]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Make the documentation a little clearer for those who don't know their way around...
authorTed Lemon <source@isc.org>
Sat, 18 Jul 1998 06:08:29 +0000 (06:08 +0000)
committerTed Lemon <source@isc.org>
Sat, 18 Jul 1998 06:08:29 +0000 (06:08 +0000)
README

diff --git a/README b/README
index 3267a764063b1fb4f1b6320600a356a5f84be68d..28aa1c8e4fd03de3ef7f0d26514e4d5e9c483d12 100644 (file)
--- a/README
+++ b/README
@@ -45,17 +45,31 @@ information.   On Digital Unix, type ``man pfilt''.
 
                    BUILDING THE DHCP DISTRIBUTION
 
-To build the DHCP Distribution, type ``configure''.  If configure can
-figure out what sort of system you're running on, it will create a
-custom Makefile for you for that system; otherwise, it will complain.
-If it can't figure out what system you are using, that system is not
-supported - you are on your own.
-
-Once you've run configure, just type ``make'', and after a while you
-should have a dhcp server.  If you get compile errors on one of the
-supported systems mentioned earlier, please let us know.  If you get
-errors on a system not mentioned above, you will need to do some
-programming or debugging on your own to get the DHCP Distribution working.
+To build the DHCP Distribution, unpack the compressed tar file using
+the tar utility and the gzip command - type something like:
+
+       zcat dhcp-2.0b1pl6.tar.gz |tar xvf -
+
+Now, cd to the dhcp-2.0b1pl6 subdirectory that you've just created and
+configure the source tree by typing:
+
+               ./configure
+
+If the configure utility can figure out what sort of system you're
+running on, it will create a custom Makefile for you for that
+system; otherwise, it will complain.  If it can't figure out what
+system you are using, that system is not supported - you are on
+your own.
+
+Once you've run configure, just type ``make'', and after a while
+you should have a dhcp server.  If you get compile errors on one
+of the supported systems mentioned earlier, please let us know.
+If you get warnings, it's not likely to be a problem - the DHCP
+server compiles completely warning-free on as many architectures
+as we can manage, but there are a few for which this is difficult.
+If you get errors on a system not mentioned above, you will need
+to do some programming or debugging on your own to get the DHCP
+Distribution working.
 
 Once you have successfully gotten the DHCP Distribution to build, you
 can install it by typing ``make install''.   If you already have an old