/[svn]/web/trunk/www.linuxsampler.org/faq.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/faq.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1947 by schoenebeck, Wed Jul 15 09:13:06 2009 UTC revision 2178 by persson, Fri Jun 3 14:41:39 2011 UTC
# Line 109  Line 109 
109    
110  <body>  <body>
111    
112          <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler">          <div id="mainwindow"><div class="lsbackground"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler"></div>
113    
114                  <h1><span class="hidden">The LinuxSampler Project</span></h1>                  <h1><span class="hidden">The LinuxSampler Project</span></h1>
115    
# Line 147  Line 147 
147  </form>  </form>
148  <a href="donations.html">Why donate?</a>  <a href="donations.html">Why donate?</a>
149  </div>  </div>
150    <p>
151    <div class="">
152    <center>
153    <script type="text/javascript"><!--
154    google_ad_client = "pub-3408196773880325";
155    /* 120x600, created 8/3/09 */
156    google_ad_slot = "2910827959";
157    google_ad_width = 120;
158    google_ad_height = 600;
159    //-->
160    </script>
161    <script type="text/javascript"
162    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
163    </script>
164    </center>
165    </div>
166    
167    
168                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
169                          <div id="contents">                          <div id="contents">
# Line 170  Line 187 
187                                  3.&nbsp;Compilation / Installation<br>                                  3.&nbsp;Compilation / Installation<br>
188                                  &nbsp;&nbsp;&nbsp;&nbsp;3.1&nbsp;<a href="#install">What do I need to compile and install?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;3.1&nbsp;<a href="#install">What do I need to compile and install?</a><br>
189                                  &nbsp;&nbsp;&nbsp;&nbsp;3.2&nbsp;<a href="#compilarion_error">Compilation of LinuxSampler aborts with ...</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;3.2&nbsp;<a href="#compilarion_error">Compilation of LinuxSampler aborts with ...</a><br>
190                                  &nbsp;&nbsp;&nbsp;&nbsp;3.3&nbsp;<a href="#cvs_checkout">How do I checkout from CVS?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;3.3&nbsp;<a href="#svn_checkout">How do I checkout from Subversion?</a><br>
191                                  &nbsp;&nbsp;&nbsp;&nbsp;3.4&nbsp;<a href="#compile_cvs">How do I compile from CVS?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;3.4&nbsp;<a href="#compile_svn">How do I compile from Subversion?</a><br>
192                                  4.&nbsp;Setup<br>                                  4.&nbsp;Setup<br>
193                                  &nbsp;&nbsp;&nbsp;&nbsp;4.1&nbsp;<a href="#examples_lscp">Are there example LSCP script files somewhere?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;4.1&nbsp;<a href="#examples_lscp">Are there example LSCP script files somewhere?</a><br>
194                                  &nbsp;&nbsp;&nbsp;&nbsp;4.2&nbsp;<a href="#dropouts">I get dropouts (click sounds, noise), what can I do about it?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;4.2&nbsp;<a href="#dropouts">I get dropouts (click sounds, noise), what can I do about it?</a><br>
# Line 324  Line 341 
341                                  &bull;&nbsp;&nbsp;&nbsp;"<code>Required libgig version not found...</code>"<br>                                  &bull;&nbsp;&nbsp;&nbsp;"<code>Required libgig version not found...</code>"<br>
342                                  <br>                                  <br>
343                                  This error might occur when running LinuxSampler's configure script. Make sure                                  This error might occur when running LinuxSampler's configure script. Make sure
344                                  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
345                                  version of LinuxSampler you usually have to compile and install the current                                  version of LinuxSampler you usually have to compile and install the current
346                                  CVS version of libgig as well. Also note there are couple common mistakes which                                  Subversion version of libgig as well. Also note there are couple common mistakes
347                                  let this error occur even after having compiled and installed the required                                  which let this error occur even after having compiled and installed the required
348                                  libgig version. Read                                  libgig version. Read
349                                  <a href="https://bugs.linuxsampler.org/cgi-bin/show_bug.cgi?id=29">this bug report</a>                                  <a href="https://bugs.linuxsampler.org/cgi-bin/show_bug.cgi?id=29">this bug report</a>
350                                  about common mistakes and how you can fix them.                                  about common mistakes and how you can fix them.
# Line 379  export CXX=`which g++`</pre> Line 396  export CXX=`which g++`</pre>
396                                  (<a href="https://bugs.linuxsampler.org/cgi-bin/show_bug.cgi?id=34">read this for details</a>).                                  (<a href="https://bugs.linuxsampler.org/cgi-bin/show_bug.cgi?id=34">read this for details</a>).
397                          </p>                          </p>
398    
399                          <a name="cvs_checkout"></a>                          <a name="svn_checkout"></a>
400                          <h3>How do I checkout from CVS?</h3>                          <h3>How do I checkout from Subversion?</h3>
401                          <p class="default">                          <p class="default">
402                                  The procedure of checking out the newest version from CVS is described on the                                  The procedure of checking out the newest version from Subversion is described on the
403                                  <a href="downloads.html#cvs">Downloads</a> site and on the                                  <a href="downloads.html#svn">Downloads</a> site and on the
404                                  <a href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">web interface site                                  <a href="http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/">web interface site
405                                  of our CVS server</a>.                                  of our Subversion server</a>.
406                          </p>                          </p>
407    
408                          <a name="compile_cvs"></a>                          <a name="compile_svn"></a>
409                          <h3>How do I compile from CVS?</h3>                          <h3>How do I compile from Subversion?</h3>
410                          <p class="default">                          <p class="default">
411                                  The procedure for compiling from CVS is the same for all subprojects, that is no matter                                  The procedure for compiling from Subversion is the same for all subprojects, that is no matter
412                                  if you are compiling linuxsampler, qsampler, libgig or liblscp from CVS, you need to                                  if you are compiling linuxsampler, qsampler, libgig or liblscp from Subversion, you need to
413                                  have the autotools (automake, autoconf and libtool) installed and compile it that way:                                  have the autotools (automake, autoconf and libtool) installed and compile it that way:
414                                  <pre class="code">make -f Makefile.cvs                                  <pre class="code">make -f Makefile.cvs
415  ./configure  ./configure

Legend:
Removed from v.1947  
changed lines
  Added in v.2178

  ViewVC Help
Powered by ViewVC