mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
f32ecb0e0f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@875 af4574ff-66df-0310-9fd7-8a98e5e911e0
20 lines
533 B
XML
20 lines
533 B
XML
<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 &&
|
|
./configure --prefix="" --sysconfdir=/var/lib \
|
|
--mandir=/usr/share/man &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
|
|
</sect2>
|
|
|