mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 09:37:17 +08:00
f504896499
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@66 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
387 B
XML
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 &&
|
|
sed 's/-o bin/-o root/' Makefile.in.bak > Makefile.in &&
|
|
./configure --prefix=/usr &&
|
|
make &&
|
|
make install &&
|
|
make install-man</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|