summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Ahrens <[email protected]>2018-05-07 10:12:25 -0700
committerBrian Behlendorf <[email protected]>2018-05-07 10:12:25 -0700
commit1149b62d20b7ed9d8ae25d5da7a06213d79b7602 (patch)
tree96c2ca5a42f286c7b0160cd2836ed797cb1f9955
parent84a80d5f2d14fdfd16d440eef2e3d6e756a1165c (diff)
Update README: run autogen first
Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: George Melikov <[email protected]> Signed-off-by: Matthew Ahrens <[email protected]> Closes #704
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 1de82ef93..bdf63ac2e 100644
--- a/README.markdown
+++ b/README.markdown
@@ -8,6 +8,7 @@ primitives.
To build packages for your distribution:
+ $ sh autogen.sh
$ ./configure
$ make pkg
@@ -19,6 +20,7 @@ the GNU autotools for your distribution.
To copy the kernel code inside your kernel source tree for builtin
compilation:
+ $ sh autogen.sh
$ ./configure --enable-linux-builtin --with-linux=/usr/src/linux-...
$ ./copy-builtin /usr/src/linux-...