glfs/server/other/dhcp/dhcp-inst.xml
Larry Lawrence 40330fcd2f update samba intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1181 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-24 01:20:44 +00:00

15 lines
587 B
XML

<sect2>
<title>Installation of <application><acronym>DHCP</acronym></application></title>
<note><para>You must have Packet Socket support compiled in the kernel and
Socket Filtering either compiled in or as a kernel module.</para></note>
<para>Install <application><acronym>DHCP</acronym></application> by running the following commands:</para>
<screen><userinput><command>./configure &amp;&amp;
make &amp;&amp;
make LIBDIR=/usr/lib INCDIR=/usr/include install</command></userinput></screen>
</sect2>