mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 07:57:23 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@295 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
442 B
XML
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 &&</userinput>
|
|
<userinput>make &&</userinput>
|
|
<userinput>make install</userinput></screen>
|
|
</para>
|
|
|
|
</sect2>
|
|
|