2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
2003-09-23 05:09:58 +08:00
|
|
|
<title>Installation of <application><acronym>CVS</acronym></application></title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-08-26 08:05:42 +08:00
|
|
|
<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>
|
2002-10-02 03:10:48 +08:00
|
|
|
|
2003-08-26 08:05:42 +08:00
|
|
|
<para>If you are going to use the patch mentioned above, first apply it:</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-08-26 08:05:42 +08:00
|
|
|
<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 &&
|
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|