source: basicnet/netutils/traceroute/traceroute-inst.xml@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 426 bytes
Line 
1<sect2>
2<title>Installation of traceroute</title>
3
4<para>Install traceroute by running the following commands:</para>
5
6<para><screen><userinput>sed 's|@prefix@|/usr|' Makefile.in &gt; Makefile.in~</userinput>
7<userinput>mv Makefile.in~ Makefile.in</userinput>
8<userinput>./configure</userinput>
9<userinput>make</userinput>
10<userinput>make install</userinput>
11<userinput>make install-man</userinput></screen></para>
12
13</sect2>
14
Note: See TracBrowser for help on using the repository browser.