]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add INSTALL file
authorRoy Marples <roy@marples.name>
Sun, 13 May 2007 18:44:29 +0000 (18:44 +0000)
committerRoy Marples <roy@marples.name>
Sun, 13 May 2007 18:44:29 +0000 (18:44 +0000)
INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..c5687c1
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,10 @@
+Edit config.h to match your building requirements.
+
+Take special note of ENABLE_DUID and unset it if the target media is 
+volatile, like say a LiveCD.
+
+Darwin users should edit the Makefile and enable dhcpcd_LIBS = -lresolv
+
+Then just make; make install
+
+man dhcpcd for command line options