]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Add quick build instructions
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 1 Sep 2010 17:23:05 +0000 (10:23 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 1 Sep 2010 17:23:05 +0000 (10:23 -0700)
Full update to date build information will stay on the wiki for
now, but there is no harm in adding the bare bones instructions
to the README.  They shouldn't change and are a reasonable
quick start.

README.markdown

index 6189ad62522b5b481c7c8d3c4fb3c98a09a0f609..233c4007f9d552510b7799d6c9c507c6637d2f81 100644 (file)
@@ -6,5 +6,10 @@ upstream Solaris development closely and don’t want the overhead of
 maintaining a large patch which converts Solaris primitives to Linux
 primitives.
 
-Documentation for building, configuring, and using the SPL can be
-found at: <http://wiki.github.com/behlendorf/spl/>
+To build packages for your distribution:
+
+$ ./configure
+$ make pkg
+
+Full documentation for building, configuring, and using the SPL can
+be found at: <http://wiki.github.com/behlendorf/spl/>