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.
This commit is contained in:
parent
8371f981f1
commit
53be2266e1
|
@ -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
|
maintaining a large patch which converts Solaris primitives to Linux
|
||||||
primitives.
|
primitives.
|
||||||
|
|
||||||
Documentation for building, configuring, and using the SPL can be
|
To build packages for your distribution:
|
||||||
found at: <http://wiki.github.com/behlendorf/spl/>
|
|
||||||
|
$ ./configure
|
||||||
|
$ make pkg
|
||||||
|
|
||||||
|
Full documentation for building, configuring, and using the SPL can
|
||||||
|
be found at: <http://wiki.github.com/behlendorf/spl/>
|
||||||
|
|
Loading…
Reference in New Issue