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

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

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

revision 1275 by schoenebeck, Thu Jun 21 17:30:38 2007 UTC revision 1276 by schoenebeck, Fri Aug 10 12:46:34 2007 UTC
# Line 208  Line 208 
208          </tr>          </tr>
209        </tbody>        </tbody>
210        </table>        </table>
211    
212        <a name="exception"></a>        <a name="exception"></a>
213        <p class="default">        <p class="caution">
214  * LinuxSampler is licensed under the GNU GPL license with the exception that<br>        [*] LinuxSampler is licensed under the GNU GPL license with the exception that
215  <b>COMMERCIAL USE</b> of the souce code, libraries and applications is<br>        <b>COMMERCIAL USE</b> of the souce code, libraries and applications is
216  <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>        <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.
217  If you have questions on the subject please <A HREF="developers.html">contact us</A>.<br>        If you have questions on the subject please <A HREF="developers.html">contact us</A>.
218          </p>
219    
220        <h2>Dependencies</h2>        <h2>Dependencies</h2>
221        <p class="default"> The following figure illustrates the compile        <p class="default"> The following figure illustrates the compile
222  time / linker dependencies. </p>  time / linker dependencies.</p>
223        <div style="line-height: 1.2em;">        <div style="line-height: 1.2em;">
224        <pre>                                  <strong>gigedit</strong>        <pre class="figure">                                  <strong>gigedit</strong>
225                                       |                                       |
226                                  (mandatory)                                  (mandatory)
227                                       |                                       |
# Line 230  time / linker dependencies. </p> Line 232  time / linker dependencies. </p>
232        (mandatory)               (mandatory)    (mandatory)        (mandatory)               (mandatory)    (mandatory)
233             |                         |              |             |                         |              |
234             V                         |              V             V                         |              V
235          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong>          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong></pre>
                           </pre>  
236        </div>        </div>
237        <p class="default"> Or again in words: you have to compile and        <p class="default"> Or again in words: you have to compile and
238  install libgig before being able to compile and use LinuxSampler. You  install libgig before being able to compile and use LinuxSampler. You
# Line 246  either. JSampler requires jlscp though. Line 247  either. JSampler requires jlscp though.
247  libgig before being able to compile and use gigedit.</p>  libgig before being able to compile and use gigedit.</p>
248    
249        <h2>Source Packages (Stable)</h2>        <h2>Source Packages (Stable)</h2>
250        <table class="default">        <table class="decorated">
251            <thead>
252              <tr>
253                <td class="decorated_header">File Name</td>
254                <td class="decorated_header">Description</td>
255              </tr>
256            </thead>
257          <tbody>          <tbody>
258            <tr>            <tr>
259              <td>              <td class="decorated">
260                <a name="libgig"></a>                <a name="libgig"></a>
261                <a                <a
262   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
263  libgig-3.1.1.tar.bz2 </a> </td>  libgig-3.1.1.tar.bz2 </a> </td>
264              <td> --&gt; </td>              <td class="decorated"> Gigasampler file access library (C++) </td>
             <td> Gigasampler file access library (C++) </td>  
265            </tr>            </tr>
266            <tr>            <tr>
267              <td>              <td class="decorated">
268                <a name="liblscp"></a>                <a name="liblscp"></a>
269                <a                <a
270   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">
271  liblscp-0.3.3.tar.gz </a> </td>  liblscp-0.3.3.tar.gz </a> </td>
272              <td> --&gt; </td>              <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
             <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>  
273            </tr>            </tr>
274            <tr>            <tr>
275              <td>              <td class="decorated">
276                <a name="linuxsampler"></a>                <a name="linuxsampler"></a>
277                <a                <a
278   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
279  linuxsampler-0.4.0.tar.bz2 </a> </td>  linuxsampler-0.4.0.tar.bz2 </a> </td>
280              <td> --&gt; </td>              <td class="decorated"> sampler engine / backend </td>
             <td> sampler engine / backend </td>  
281            </tr>            </tr>
282            <tr>            <tr>
283              <td>              <td class="decorated">
284                <a name="qsampler"></a>                <a name="qsampler"></a>
285                <a                <a
286   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">
287  qsampler-0.1.3.tar.gz </a> </td>  qsampler-0.1.3.tar.gz </a> </td>
288              <td> --&gt; </td>              <td class="decorated"> graphical frontend to LinuxSampler </td>
             <td> graphical frontend to LinuxSampler </td>  
289            </tr>            </tr>
290            <tr>            <tr>
291              <td>              <td class="decorated">
292                <a name="jlscp"></a>                <a name="jlscp"></a>
293                <a                <a
294   href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">   href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">
295  jlscp-0.3a.tar.bz2 </a> </td>  jlscp-0.3a.tar.bz2 </a> </td>
296              <td> --&gt; </td>              <td class="decorated"> a java LinuxSampler control protocol API </td>
             <td> a java LinuxSampler control protocol API </td>  
297            </tr>            </tr>
298            <tr>            <tr>
299              <td>              <td class="decorated">
300                <a name="jsampler"></a>                <a name="jsampler"></a>
301                <a                <a
302   href="http://downloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2">   href="http://downloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2">
303  JSampler-0.3a.tar.bz2 </a> </td>  JSampler-0.3a.tar.bz2 </a> </td>
304              <td> --&gt; </td>              <td class="decorated"> a java frontend to LinuxSampler </td>
             <td> a java frontend to LinuxSampler </td>  
305            </tr>            </tr>
306            <tr>            <tr>
307          </tbody>          </tbody>
308        </table>        </table>
309    
310        <h2>Source Packages (Testing)</h2>        <h2>Source Packages (Testing)</h2>
311        <table class="default">        <table class="decorated">
312            <thead>
313              <tr>
314                <td class="decorated_header">File Name</td>
315                <td class="decorated_header">Description</td>
316              </tr>
317            </thead>
318          <tbody>          <tbody>
319            <tr>            <tr>
320              <td> <a              <td class="decorated"> <a
321   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
322  libgig-3.1.1.tar.bz2 </a> </td>  libgig-3.1.1.tar.bz2 </a> </td>
323              <td> --&gt; </td>              <td class="decorated"> Gigasampler file access library (C++) </td>
             <td> Gigasampler file access library (C++) </td>  
324            </tr>            </tr>
325            <tr>            <tr>
326              <td> <a              <td class="decorated"> <a
327   href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">   href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">
328  liblscp-0.5.3.tar.gz </a> </td>  liblscp-0.5.3.tar.gz </a> </td>
329              <td> --&gt; </td>              <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
             <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>  
330            </tr>            </tr>
331            <tr>            <tr>
332              <td> <a              <td class="decorated"> <a
333   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
334  linuxsampler-0.4.0.tar.bz2 </a> </td>  linuxsampler-0.4.0.tar.bz2 </a> </td>
335              <td> --&gt; </td>              <td class="decorated"> sampler engine / backend </td>
             <td> sampler engine / backend </td>  
336            </tr>            </tr>
337            <tr>            <tr>
338              <td> <a              <td class="decorated"> <a
339   href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">   href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">
340  qsampler-0.1.4.tar.gz </a> </td>  qsampler-0.1.4.tar.gz </a> </td>
341              <td> --&gt; </td>              <td class="decorated"> graphical frontend to LinuxSampler </td>
             <td> graphical frontend to LinuxSampler </td>  
342            </tr>            </tr>
343            <tr>            <tr>
344              <td> <a              <td class="decorated"> <a
345   href="http://downloads.sourceforge.net/jlscp/jlscp-0.4a.tar.bz2">   href="http://downloads.sourceforge.net/jlscp/jlscp-0.4a.tar.bz2">
346  jlscp-0.4a.tar.bz2 </a> </td>  jlscp-0.4a.tar.bz2 </a> </td>
347              <td> --&gt; </td>              <td class="decorated"> a java LinuxSampler control protocol API </td>
             <td> a java LinuxSampler control protocol API </td>  
348            </tr>            </tr>
349            <tr>            <tr>
350              <td> <a              <td class="decorated"> <a
351   href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">   href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">
352  JSampler-0.5a.tar.bz2 </a> </td>  JSampler-0.5a.tar.bz2 </a> </td>
353              <td> --&gt; </td>              <td class="decorated"> a java frontend to LinuxSampler </td>
             <td> a java frontend to LinuxSampler </td>  
354            </tr>            </tr>
355            <tr>            <tr>
356              <td>              <td class="decorated">
357                <a name="gigedit"></a>                <a name="gigedit"></a>
358                <a                <a
359   href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">   href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">
360  gigedit-0.0.3.tar.gz </a> </td>  gigedit-0.0.3.tar.gz </a> </td>
361              <td> --&gt; </td>              <td class="decorated"> an instrument editor for gig files </td>
             <td> an instrument editor for gig files </td>  
362            </tr>            </tr>
363          </tbody>          </tbody>
364        </table>        </table>
# Line 379  out through anonymous (pserver) CVS with Line 379  out through anonymous (pserver) CVS with
379  When prompted for a password for anonymous, simply press the Enter key.  When prompted for a password for anonymous, simply press the Enter key.
380  There are currently seven subprojects in the LinuxSampler project, pick  There are currently seven subprojects in the LinuxSampler project, pick
381  the line of the respective subproject you want to checkout from below: </p>  the line of the respective subproject you want to checkout from below: </p>
382        <table class="default" border="0" cellpadding="1" cellspacing="5">  
383          <tbody>         <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
384            <tr>    co libgig
385              <td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
386              <pre class="code">1<br>2<br>3<br>4<br>5<br>6<br>7</pre>    co liblscp
387              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
388              <td width="100%">    co linuxsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
389              <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co libgig<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co liblscp<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co linuxsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co qsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co jlscp<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co jsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co gigedit</pre>    co qsampler
390              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
391            </tr>    co jlscp
392          </tbody>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
393        </table>    co jsampler
394    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
395      co gigedit</pre>
396    
397        <p class="default"> You don't need to checkout the sources again later on,        <p class="default"> You don't need to checkout the sources again later on,
398        just for keeping track to the latest development version. For updating to        just for keeping track to the latest development version. For updating to
399        the latest CVS version you can simply run the following command at any        the latest CVS version you can simply run the following command at any
400        time from the checked out source directory:</p>        time from the checked out source directory:</p>
401        <table class="default" border="0" cellpadding="1" cellspacing="5">  
402          <tbody>        <pre class="code">cvs update -d -P</pre>
403            <tr>  
             <td>  
             <pre class="code">1</pre>  
             </td>  
             <td width="100%">  
             <pre class="code">cvs update -d -P</pre>  
             </td>  
           </tr>  
         </tbody>  
       </table>  
404        <p class="default"> You can also <a        <p class="default"> You can also <a
405   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
406  repository</a>. </p>  repository</a>. </p>
# Line 434  repository</a>. </p> Line 428  repository</a>. </p>
428            </tr>            </tr>
429          </tbody>          </tbody>
430        </table>        </table>
431        <p> <a        <p class="default"> <a
432   href="http://download.linuxsampler.org/bootsplash/"> You can get this theme here.</a> </p>   href="http://download.linuxsampler.org/bootsplash/"> You can get this theme here.</a> </p>
433        <br>        <br>
434        </div>        </div>

Legend:
Removed from v.1275  
changed lines
  Added in v.1276

  ViewVC Help
Powered by ViewVC