glfs/connect/dhcp/dhcpcd/dhcpcd-inst.xml
Larry Lawrence 5fcd7c57bc dhcpcd command explanations
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@107 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-18 02:38:12 +00:00

17 lines
538 B
XML

<sect2>
<title>Installation of dhcpcd</title>
<para>Before installing dhcpcd, you need to download <filename>dhcpcd-&dhcpcd-version;.patch.bz2</filename> from <ulink url="&file-root;"/> and decompress it to your source directory.</para>
<para>Install dhcpcd by running the following commands:</para>
<para><screen><userinput>patch -Np1 -i ../dhcpcd-&dhcpcd-version;.patch &amp;&amp;
./configure --prefix="" --sysconfdir=/var/lib \
--mandir=/usr/share/man &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>