glfs/general/sysutils/which/which-inst.xml
Larry Lawrence 110ec35a84 update intro to which, zip, unzip and cpio
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1143 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-21 02:32:24 +00:00

13 lines
300 B
XML

<sect2>
<title>Installation of <application>which</application></title>
<para>Install <application>which</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>