glfs/server/other/dhcp/dhcp-inst.xml

12 lines
276 B
XML
Raw Normal View History

<sect2>
<title>Installation of dhcp</title>
<para>Install dhcp by running the following commands:</para>
<para><screen><userinput>./configure &amp;&amp;
make CC="gcc $CFLAGS" &amp;&amp;
make LIBDIR=/usr/lib INCDIR=/usr/include install</userinput></screen></para>
</sect2>