glfs/basicnet/netprogs/cvs/cvs-inst.xml
Mark Hymers a6afcfa500 add zlib patch for cvs
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@295 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-10-01 19:10:48 +00:00

16 lines
442 B
XML

<sect2>
<title>Installation of cvs</title>
<para>If you are going to use the patch mentioned above, first apply it:
<screen><userinput>patch -Np1 -i ../cvs-1.11.2-zlib.patch</userinput></screen></para>
<para>Install cvs by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput></screen>
</para>
</sect2>