--- web/trunk/www.linuxsampler.org/faq.html 2011/06/03 09:36:49 2177 +++ web/trunk/www.linuxsampler.org/faq.html 2011/06/03 14:41:39 2178 @@ -187,8 +187,8 @@ 3. Compilation / Installation
    3.1 What do I need to compile and install?
    3.2 Compilation of LinuxSampler aborts with ...
-     3.3 How do I checkout from CVS?
-     3.4 How do I compile from CVS?
+     3.3 How do I checkout from Subversion?
+     3.4 How do I compile from Subversion?
4. Setup
    4.1 Are there example LSCP script files somewhere?
    4.2 I get dropouts (click sounds, noise), what can I do about it?
@@ -341,10 +341,10 @@ •   "Required libgig version not found..."

This error might occur when running LinuxSampler's configure script. Make sure - you have the required libgig version installed. If you're compiling a CVS + you have the required libgig version installed. If you're compiling a Subversion version of LinuxSampler you usually have to compile and install the current - CVS version of libgig as well. Also note there are couple common mistakes which - let this error occur even after having compiled and installed the required + Subversion version of libgig as well. Also note there are couple common mistakes + which let this error occur even after having compiled and installed the required libgig version. Read this bug report about common mistakes and how you can fix them. @@ -396,20 +396,20 @@ (read this for details).

- -

How do I checkout from CVS?

+ +

How do I checkout from Subversion?

- The procedure of checking out the newest version from CVS is described on the - Downloads site and on the - web interface site - of our CVS server. + The procedure of checking out the newest version from Subversion is described on the + Downloads site and on the + web interface site + of our Subversion server.

- -

How do I compile from CVS?

+ +

How do I compile from Subversion?

- The procedure for compiling from CVS is the same for all subprojects, that is no matter - if you are compiling linuxsampler, qsampler, libgig or liblscp from CVS, you need to + The procedure for compiling from Subversion is the same for all subprojects, that is no matter + if you are compiling linuxsampler, qsampler, libgig or liblscp from Subversion, you need to have the autotools (automake, autoconf and libtool) installed and compile it that way:

make -f Makefile.cvs
 ./configure