From 1149b62d20b7ed9d8ae25d5da7a06213d79b7602 Mon Sep 17 00:00:00 2001 From: Matthew Ahrens Date: Mon, 7 May 2018 10:12:25 -0700 Subject: [PATCH] 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 --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) 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-... -- 2.40.0