glfs/general/sysutils/zip/zip-inst.xml
Igor Živković 0ee500d8fc moved unzip and zip to their respective directories
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1320 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-05 09:16:42 +00:00

13 lines
325 B
XML

<sect2>
<title>Installation of <application>Zip</application></title>
<para>Install <application>Zip</application> by running the following commands:
</para>
<screen><userinput><command>cp unix/Makefile . &amp;&amp;
make prefix=/usr generic_gcc &amp;&amp;
make prefix=/usr install</command></userinput></screen>
</sect2>