2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of dhcpcd</title>
|
|
|
|
|
2002-10-02 03:02:19 +08:00
|
|
|
<para>Before installing dhcpcd, you need to
|
2003-04-23 03:26:48 +08:00
|
|
|
download <filename>dhcpcd-&dhcpcd-version;.patch</filename>
|
|
|
|
from <ulink url="&hfile-root;"/> and place it to your source
|
2002-10-02 03:02:19 +08:00
|
|
|
directory.</para>
|
2002-08-18 05:46:03 +08:00
|
|
|
|
2002-08-17 10:52:00 +08:00
|
|
|
<para>Install dhcpcd by running the following commands:</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2002-08-18 10:38:12 +08:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../dhcpcd-&dhcpcd-version;.patch &&
|
2002-08-17 10:52:00 +08:00
|
|
|
./configure --prefix="" --sysconfdir=/var/lib \
|
|
|
|
--mandir=/usr/share/man &&
|
2002-07-08 04:28:42 +08:00
|
|
|
make &&
|
|
|
|
make install</userinput></screen></para>
|
|
|
|
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|