glfs/basicnet/netutils/traceroute/traceroute-inst.xml
Igor Živković 64b18a904a measured missing SBUs, corrected some typos (II-V)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1451 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-28 14:14:04 +00:00

16 lines
448 B
XML

<sect2>
<title>Installation of <application>Traceroute</application></title>
<para>Install <application>Traceroute</application> by running the following
commands:</para>
<screen><userinput><command>mv 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</command></userinput></screen>
</sect2>