2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of traceroute</title>
|
|
|
|
|
|
|
|
<para>Install traceroute by running the following commands:</para>
|
|
|
|
|
2002-07-14 02:48:30 +08:00
|
|
|
<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>
|
2002-07-08 04:28:42 +08:00
|
|
|
<userinput>make install-man</userinput></screen></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|