/[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 2033 by persson, Sun Nov 22 10:03:14 2009 UTC revision 2379 by schoenebeck, Sun Nov 4 14:46:28 2012 UTC
# Line 145  Line 145 
145  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
146  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
147  </form>  </form>
148    <table><tr>
149    <td><a href="http://en.wikipedia.org/wiki/Bitcoin"><img src="gfx/logos/bitcoin32.png" alt="Bitcoins"></a></td>
150    <td>Or donate Bitcoins at:</td>
151    </tr></table>
152    <pre class="btcaddr">1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng</pre>
153    <hr>
154  <a href="donations.html">Why donate?</a>  <a href="donations.html">Why donate?</a>
155  </div>  </div>
156  <p>  <p>
# Line 187  src="http://pagead2.googlesyndication.co Line 193  src="http://pagead2.googlesyndication.co
193                                  3.&nbsp;Compilation / Installation<br>                                  3.&nbsp;Compilation / Installation<br>
194                                  &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>
195                                  &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>
196                                  &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>
197                                  &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>
198                                  4.&nbsp;Setup<br>                                  4.&nbsp;Setup<br>
199                                  &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>
200                                  &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 341  src="http://pagead2.googlesyndication.co Line 347  src="http://pagead2.googlesyndication.co
347                                  &bull;&nbsp;&nbsp;&nbsp;"<code>Required libgig version not found...</code>"<br>                                  &bull;&nbsp;&nbsp;&nbsp;"<code>Required libgig version not found...</code>"<br>
348                                  <br>                                  <br>
349                                  This error might occur when running LinuxSampler's configure script. Make sure                                  This error might occur when running LinuxSampler's configure script. Make sure
350                                  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
351                                  version of LinuxSampler you usually have to compile and install the current                                  version of LinuxSampler you usually have to compile and install the current
352                                  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
353                                  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
354                                  libgig version. Read                                  libgig version. Read
355                                  <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>
356                                  about common mistakes and how you can fix them.                                  about common mistakes and how you can fix them.
# Line 396  export CXX=`which g++`</pre> Line 402  export CXX=`which g++`</pre>
402                                  (<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>).
403                          </p>                          </p>
404    
405                          <a name="cvs_checkout"></a>                          <a name="svn_checkout"></a>
406                          <h3>How do I checkout from CVS?</h3>                          <h3>How do I checkout from Subversion?</h3>
407                          <p class="default">                          <p class="default">
408                                  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
409                                  <a href="downloads.html#cvs">Downloads</a> site and on the                                  <a href="downloads.html#svn">Downloads</a> site and on the
410                                  <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
411                                  of our CVS server</a>.                                  of our Subversion server</a>.
412                          </p>                          </p>
413    
414                          <a name="compile_cvs"></a>                          <a name="compile_svn"></a>
415                          <h3>How do I compile from CVS?</h3>                          <h3>How do I compile from Subversion?</h3>
416                          <p class="default">                          <p class="default">
417                                  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
418                                  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
419                                  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:
420                                  <pre class="code">make -f Makefile.cvs                                  <pre class="code">make -f Makefile.cvs
421  ./configure  ./configure

Legend:
Removed from v.2033  
changed lines
  Added in v.2379

  ViewVC Help
Powered by ViewVC