glfs/basicnet/netprogs/cvs/cvs-inst.xml

16 lines
442 B
XML
Raw Normal View History

<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>