From: Brian Behlendorf Date: Wed, 1 Sep 2010 17:23:05 +0000 (-0700) Subject: Add quick build instructions X-Git-Tag: zfs-0.8.0-rc1~152^2~535 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53be2266e198134014a859fa0bb6e90196c9df0c;p=zfs Add quick build instructions 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. --- diff --git a/README.markdown b/README.markdown index 6189ad625..233c4007f 100644 --- a/README.markdown +++ b/README.markdown @@ -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: +To build packages for your distribution: + +$ ./configure +$ make pkg + +Full documentation for building, configuring, and using the SPL can +be found at: