From 53be2266e198134014a859fa0bb6e90196c9df0c Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 1 Sep 2010 10:23:05 -0700 Subject: [PATCH] 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. --- README.markdown | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 6189ad6252..233c4007f9 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: