glfs/basicnet/netutils/traceroute/traceroute-inst.xml
Mark Hymers f504896499 update traceroute instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@66 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-06 15:13:49 +00:00

15 lines
387 B
XML

<sect2>
<title>Installation of traceroute</title>
<para>Install traceroute by running the following commands:</para>
<para><screen><userinput>cp Makefile.in Makefile.in.bak &amp;&amp;
sed 's/-o bin/-o root/' Makefile.in.bak &gt; Makefile.in &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
make install-man</userinput></screen></para>
</sect2>