Update README: run autogen first

Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Matthew Ahrens <mahrens@delphix.com>
Closes #704
This commit is contained in:
Matthew Ahrens 2018-05-07 10:12:25 -07:00 committed by Brian Behlendorf
parent 84a80d5f2d
commit 1149b62d20

View File

@ -8,6 +8,7 @@ primitives.
To build packages for your distribution: To build packages for your distribution:
$ sh autogen.sh
$ ./configure $ ./configure
$ make pkg $ make pkg
@ -19,6 +20,7 @@ the GNU autotools for your distribution.
To copy the kernel code inside your kernel source tree for builtin To copy the kernel code inside your kernel source tree for builtin
compilation: compilation:
$ sh autogen.sh
$ ./configure --enable-linux-builtin --with-linux=/usr/src/linux-... $ ./configure --enable-linux-builtin --with-linux=/usr/src/linux-...
$ ./copy-builtin /usr/src/linux-... $ ./copy-builtin /usr/src/linux-...