mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-08 18:47:25 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
481 B
XML
15 lines
481 B
XML
<sect2>
|
|
<title>Installation of traceroute</title>
|
|
|
|
<para>Install traceroute by running the following commands:</para>
|
|
|
|
<para><screen><userinput>sed 's|@prefix@|/usr|' Makefile.in > Makefile.in~ &&</userinput>
|
|
<userinput>mv Makefile.in~ Makefile.in &&</userinput>
|
|
<userinput>./configure &&</userinput>
|
|
<userinput>make &&</userinput>
|
|
<userinput>make install &&</userinput>
|
|
<userinput>make install-man</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|