From 34bc5537e574ac8fa7c7818e48529710e4fb83f6 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 1 Sep 2010 11:23:13 -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. Signed-off-by: Brian Behlendorf --- README.markdown | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 080c19a..162290c 100644 --- a/README.markdown +++ b/README.markdown @@ -4,5 +4,11 @@ ported to FreeBSD and now there is a functional Linux ZFS kernel port too. The port currently includes a fully functional and stable SPA, DMU, and ZVOL with a ZFS Posix Layer (ZPL) on the way! -Documentation for building, configuring, and using ZFS can be found at: - +To build packages for your distribution, first build and install the +SPL packages then: + +$ ./configure +$ make pkg + +Full documentation for building, configuring, and using ZFS can be +found at: -- 1.8.3.1