summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2010-09-01 10:23:05 -0700
committerBrian Behlendorf <[email protected]>2010-09-01 10:23:05 -0700
commit53be2266e198134014a859fa0bb6e90196c9df0c (patch)
tree55be4f151c4b4370712f7eca7c00f607a698dc26
parent8371f981f172426271635adf0e37b2b4aeccbe0e (diff)
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.
-rw-r--r--README.markdown9
1 files changed, 7 insertions, 2 deletions
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: <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/>