/[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 694 by schoenebeck, Fri Jul 15 21:35:23 2005 UTC revision 1276 by schoenebeck, Fri Aug 10 12:46:34 2007 UTC
# Line 157  Line 157 
157   name="credits" src="gfx/mcredits.png" alt="credits"></a> </td>   name="credits" src="gfx/mcredits.png" alt="credits"></a> </td>
158        <td valign="top" width="100%">        <td valign="top" width="100%">
159        <div id="contents">        <div id="contents">
160    
161          <h2>Licenses</h2>
162          <p class="default">
163          There are several subprojects, each having its own license terms, as follows:
164          </p>
165          <table class="default">
166          <tbody>
167            <tr>
168              <td class="bordered">
169                <a class="info" href=#gigedit>gigedit<span class='info'>An instrument editor for gig files (written in C++, based on the GTK toolkit).</span></a>
170              </td>
171              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>
172            </tr>
173            <tr>
174              <td class="bordered">
175                 <a class="info" href=#jlscp>jlscp<span class='info'>A java LinuxSampler control protocol API.</span></a>
176              </td>
177              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> v2</td>
178            </tr>
179            <tr>
180              <td class="bordered">
181                  <a class="info" href=#jsampler>JSampler<span class='info'>A graphical frontend to LinuxSampler, written in Java.</span></a>
182              </td>
183              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> v2</td>
184            </tr>
185            <tr>
186              <td class="bordered">
187                <a class="info" href=#libgig>libgig<span class='info'>Gigasampler file access library (C++), for loading, modifying and creating gig files.</span></a>
188              </td>
189              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>
190            </tr>
191            <tr>
192              <td class="bordered">
193                <a class="info" href=#liblscp>liblscp<span class='info'>LinuxSampler Control Protocol (LSCP) wrapper C library.</span></a>
194              </td>
195              <td> -> (pure) <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a></td>
196            </tr>
197            <tr>
198              <td class="bordered">
199                <a class="info" href=#linuxsampler>LinuxSampler<span class='info'>Sampler backend, including sampler engine, audio and MIDI drivers, network layer (LSCP) API and native C++ API.</span></a>
200              </td>
201              <td> -> <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> with <a href="#exception"><u><i>commercial exception</i></u>*</a></td>
202            </tr>
203            <tr>
204              <td class="bordered">
205                <a class="info" href=#qsampler>QSampler<span class='info'>Graphical frontend to LinuxSampler (written in C++, based on the Qt toolkit).</span></a>
206              </td>
207              <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>
208            </tr>
209          </tbody>
210          </table>
211    
212          <a name="exception"></a>
213          <p class="caution">
214          [*] 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
216          <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>.
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>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>        <pre class="figure">                                  <strong>gigedit</strong>
225             |                         A                                       |
226             |                         |                                  (mandatory)
227        (mandatory)               (mandatory)                                       |
228             |                         |                                       V
229             V                         |         <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>         <strong>JSampler</strong>
230          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>             |                         A              |
231                            </pre>             |                         |              |
232          (mandatory)               (mandatory)    (mandatory)
233               |                         |              |
234               V                         |              V
235            <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong></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 176  don't need libgig for compiling and usin Line 240  don't need libgig for compiling and usin
240  recommended. You cannot compile nor use QSampler without liblscp  recommended. You cannot compile nor use QSampler without liblscp
241  though. As QSampler is communicating with LinuxSampler via TCP, there  though. As QSampler is communicating with LinuxSampler via TCP, there
242  is no linker dependency between them, but of course you still need to  is no linker dependency between them, but of course you still need to
243  have LinuxSampler installed to be able to use QSampler. </p>  have LinuxSampler installed to be able to use QSampler (either locally
244        <h2>Source Packages</h2>  or on any other computer in your network). JSampler is also communicating
245        <table class="default">  with LinuxSampler via TCP, so there is no linker dependency between them
246    either. JSampler requires jlscp though. You have to compile and install
247    libgig before being able to compile and use gigedit.</p>
248    
249          <h2>Source Packages (Stable)</h2>
250          <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> <a              <td class="decorated">
260   href="http://download.linuxsampler.org/packages/libgig-2.0.1.tar.bz2">                <a name="libgig"></a>
261  libgig-2.0.1.tar.bz2 </a> </td>                <a
262              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
263              <td> Gigasampler file loader library </td>  libgig-3.1.1.tar.bz2 </a> </td>
264                <td class="decorated"> Gigasampler file access library (C++) </td>
265            </tr>            </tr>
266            <tr>            <tr>
267              <td> <a              <td class="decorated">
268   href="http://download.linuxsampler.org/packages/liblscp-0.3.0.tar.gz">                <a name="liblscp"></a>
269  liblscp-0.3.0.tar.gz </a> </td>                <a
270              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">
271              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>  liblscp-0.3.3.tar.gz </a> </td>
272                <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
273            </tr>            </tr>
274            <tr>            <tr>
275              <td> <a              <td class="decorated">
276   href="http://download.linuxsampler.org/packages/linuxsampler-0.3.3.tar.bz2">                <a name="linuxsampler"></a>
277  linuxsampler-0.3.3.tar.bz2 </a> </td>                <a
278              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
279              <td> sampler backend </td>  linuxsampler-0.4.0.tar.bz2 </a> </td>
280                <td class="decorated"> sampler engine / backend </td>
281            </tr>            </tr>
282            <tr>            <tr>
283              <td> <a              <td class="decorated">
284   href="http://download.linuxsampler.org/packages/qsampler-0.1.2.tar.gz">                <a name="qsampler"></a>
285  qsampler-0.1.2.tar.gz </a> </td>                <a
286              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">
287              <td> graphical frontend to LinuxSampler </td>  qsampler-0.1.3.tar.gz </a> </td>
288                <td class="decorated"> graphical frontend to LinuxSampler </td>
289            </tr>            </tr>
290            <tr>            <tr>
291              <td> <a              <td class="decorated">
292   href="http://prdownloads.sourceforge.net/jlscp/jlscp-0.2a.tar.bz2?download">                <a name="jlscp"></a>
293  jlscp-0.2a.tar.bz2 </a> </td>                <a
294              <td> --&gt; </td>   href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">
295              <td> a java LinuxSampler control protocol API </td>  jlscp-0.3a.tar.bz2 </a> </td>
296                <td class="decorated"> a java LinuxSampler control protocol API </td>
297            </tr>            </tr>
298              <tr>
299                <td class="decorated">
300                  <a name="jsampler"></a>
301                  <a
302     href="http://downloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2">
303    JSampler-0.3a.tar.bz2 </a> </td>
304                <td class="decorated"> a java frontend to LinuxSampler </td>
305              </tr>
306              <tr>
307          </tbody>          </tbody>
308        </table>        </table>
309    
310          <h2>Source Packages (Testing)</h2>
311          <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>
319              <tr>
320                <td class="decorated"> <a
321     href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
322    libgig-3.1.1.tar.bz2 </a> </td>
323                <td class="decorated"> Gigasampler file access library (C++) </td>
324              </tr>
325              <tr>
326                <td class="decorated"> <a
327     href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">
328    liblscp-0.5.3.tar.gz </a> </td>
329                <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
330              </tr>
331              <tr>
332                <td class="decorated"> <a
333     href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
334    linuxsampler-0.4.0.tar.bz2 </a> </td>
335                <td class="decorated"> sampler engine / backend </td>
336              </tr>
337              <tr>
338                <td class="decorated"> <a
339     href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">
340    qsampler-0.1.4.tar.gz </a> </td>
341                <td class="decorated"> graphical frontend to LinuxSampler </td>
342              </tr>
343              <tr>
344                <td class="decorated"> <a
345     href="http://downloads.sourceforge.net/jlscp/jlscp-0.4a.tar.bz2">
346    jlscp-0.4a.tar.bz2 </a> </td>
347                <td class="decorated"> a java LinuxSampler control protocol API </td>
348              </tr>
349              <tr>
350                <td class="decorated"> <a
351     href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">
352    JSampler-0.5a.tar.bz2 </a> </td>
353                <td class="decorated"> a java frontend to LinuxSampler </td>
354              </tr>
355              <tr>
356                <td class="decorated">
357                  <a name="gigedit"></a>
358                  <a
359     href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">
360    gigedit-0.0.3.tar.gz </a> </td>
361                <td class="decorated"> an instrument editor for gig files </td>
362              </tr>
363            </tbody>
364          </table>
365    
366        <h2>Binary Packages</h2>        <h2>Binary Packages</h2>
367        <p class="default"> There are currently <a        <p class="default"> There are currently <a
368   href="http://download.linuxsampler.org/packages/debian/">Debian   href="http://download.linuxsampler.org/packages/debian/">Debian
369  packages</a> and <a  packages</a> and <a
370   href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a>   href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a>
371  for i386 only. </p>  for i386 only, bleeding edge <a href="http://download.linuxsampler.org/packages/gentoo/">Gentoo ebuilds</a>
372        <h2>CVS</h2>  and platform-independent <a
373     href="http://prdownloads.sourceforge.net/jsampler/JS_Classic-0.2a.jar?download">
374    Java packages</a> (for JS Classic 0.2a, java frontend for LinuxSampler).
375    For libgig you can find <a href="http://download.linuxsampler.org/packages/win32/">Windows binaries</a> as well.</p>
376          <a name="cvs"></a><h2>CVS</h2>
377        <p class="default"> This project's CVS repository can be checked        <p class="default"> This project's CVS repository can be checked
378  out through anonymous (pserver) CVS with the following instruction set.  out through anonymous (pserver) CVS with the following instruction set.
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 five 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</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</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,
398          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
400          time from the checked out source directory:</p>
401    
402          <pre class="code">cvs update -d -P</pre>
403    
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>
407        <h2>Wallpapers</h2>        <h2>Bootsplash theme</h2>
408        <p class="default"> How about a bit eye candy for your desktop?        <p class="default"> Does your computer already boot in LinuxSampler style? No? Checkout the following LinuxSampler theme for either <a href="http://dev.gentoo.org/~spock/projects/gensplash/">fbsplash (gensplash)</a> or <a href="http://www.bootsplash.org">bootsplash</a>:</p>
 There's currently only a wallpaper for 1600x1200. Tell us if you like  
 it and maybe we add other resolutions as well. </p>  
409        <table class="default">        <table class="default">
410          <tbody>          <tbody>
411            <tr>            <tr>
412              <td> <a              <td> <a
413   href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">   href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png">
414              <img src="misc/linuxsampler_box_preview.jpg"              <img src="http://download.linuxsampler.org/bootsplash/screenshots/boot_preview.jpg"
415   alt="wallpaper preview"> </a> </td>   alt="Screenshot 1"> </a> </td>
416                <td> --&gt; </td>
417                <td> <a
418     href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png"> Screenshot while booting </a> </td>
419              </tr>
420              <tr>
421                <td> <a
422     href="http://download.linuxsampler.org/bootsplash/screenshots/top.png">
423                <img src="http://download.linuxsampler.org/bootsplash/screenshots/top_preview.jpg"
424     alt="Screenshot 2"> </a> </td>
425              <td> --&gt; </td>              <td> --&gt; </td>
426              <td> <a              <td> <a
427   href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">   href="http://download.linuxsampler.org/bootsplash/screenshots/top.png"> Screenshot of terminal (here running 'top') </a> </td>
 1600x1200 </a> </td>  
428            </tr>            </tr>
429          </tbody>          </tbody>
430        </table>        </table>
431          <p class="default"> <a
432     href="http://download.linuxsampler.org/bootsplash/"> You can get this theme here.</a> </p>
433        <br>        <br>
434        </div>        </div>
435        </td>        </td>

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

  ViewVC Help
Powered by ViewVC