From: Roy Marples Date: Sun, 13 May 2007 18:44:29 +0000 (+0000) Subject: Add INSTALL file X-Git-Tag: v3.2.3~256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f94b79a13c3332753abb87b284895c9c61bb2f59;p=thirdparty%2Fdhcpcd.git Add INSTALL file --- diff --git a/INSTALL b/INSTALL new file mode 100644 index 00000000..c5687c15 --- /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