mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
64b18a904a
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1451 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
448 B
XML
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 &&
|
|
sed 's/-o bin/-o root/' Makefile.in.bak > Makefile.in &&
|
|
./configure --prefix=/usr &&
|
|
make &&
|
|
make install &&
|
|
make install-man</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|