From: Matthew Ahrens Date: Mon, 7 May 2018 17:12:25 +0000 (-0700) Subject: Update README: run autogen first X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1149b62d20b7ed9d8ae25d5da7a06213d79b7602;p=mirror_spl.git Update README: run autogen first Reviewed-by: Giuseppe Di Natale Reviewed-by: Brian Behlendorf Reviewed-by: George Melikov Signed-off-by: Matthew Ahrens Closes #704 --- diff --git a/README.markdown b/README.markdown index 1de82ef..bdf63ac 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-...