]> git.proxmox.com Git - mirror_spl.git/blobdiff - README.markdown
Update README: run autogen first
[mirror_spl.git] / README.markdown
index 1de82ef930346b75f6d974c9b04ba16905e36d84..bdf63ac2edc800af141d767fd26de8d8105cfdb0 100644 (file)
@@ -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-...