glfs/connect/dhcp/dhcpcd/dhcpcd-inst.xml

20 lines
533 B
XML
Raw Normal View History

<sect2>
<title>Installation of dhcpcd</title>
<para>Before installing dhcpcd, you need to
download <filename>dhcpcd-&dhcpcd-version;.patch</filename>
from <ulink url="&hfile-root;"/> and place 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>