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

26 lines
1.1 KiB
XML
Raw Normal View History

<sect2>
<title>Installation of <application><acronym>CVS</acronym></application></title>
<para>The <filename>cvs-&cvs-version;-zlib.patch</filename> patch is
used to compile <application><acronym>CVS</acronym></application>
dynamically against <application>zlib</application> instead of using the version
included with the <application><acronym>CVS</acronym></application>
source. This has the advantage that if (or when) there is a security
vulnerability found in <application>zlib</application>, you don't need to wait for a
new version of <application><acronym>CVS</acronym></application> to
appear as once you have upgraded <application>zlib</application>, the problem
will be fixed.</para>
<para>If you are going to use the patch mentioned above, first apply it:</para>
<screen><userinput><command>patch -Np1 -i ../cvs-&cvs-version;-zlib.patch</command></userinput></screen>
<para>Install <application><acronym>cvs</acronym></application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>