mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
57dda11fa0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1042 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
325 B
XML
14 lines
325 B
XML
<sect2>
|
|
<title>Installation of bind-utils</title>
|
|
|
|
<para>Install bind-utils by running the following commands:</para>
|
|
|
|
<para><screen><userinput>./configure --prefix=/usr &&
|
|
make -C lib/dns &&
|
|
make -C lib/isc &&
|
|
make -C bin/dig &&
|
|
make -C bin/dig install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|