/[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 789 by iliev, Mon Oct 10 16:51:48 2005 UTC revision 1219 by schoenebeck, Tue Jun 5 14:53:48 2007 UTC
# Line 159  Line 159 
159        <div id="contents">        <div id="contents">
160    
161        <h2>License</h2>        <h2>License</h2>
162        <p class="default">        <p class="default">
163  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<br>
164  <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<br>
165  <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.<br>
# Line 169  If you have questions on the subject ple Line 169  If you have questions on the subject ple
169        <p class="default"> The following figure illustrates the compile        <p class="default"> The following figure illustrates the compile
170  time / linker dependencies. </p>  time / linker dependencies. </p>
171        <div style="line-height: 1.2em;">        <div style="line-height: 1.2em;">
172        <pre>       <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>        <pre>                                  <strong>gigedit</strong>
173             |                         A                                       |
174             |                         |                                  (mandatory)
175        (mandatory)               (mandatory)                                       |
176             |                         |                                       V
177             V                         |         <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>         <strong>JSampler</strong>
178          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>             |                         A              |
179               |                         |              |
180          (mandatory)               (mandatory)    (mandatory)
181               |                         |              |
182               V                         |              V
183            <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong>
184                            </pre>                            </pre>
185        </div>        </div>
186        <p class="default"> Or again in words: you have to compile and        <p class="default"> Or again in words: you have to compile and
# Line 184  don't need libgig for compiling and usin Line 189  don't need libgig for compiling and usin
189  recommended. You cannot compile nor use QSampler without liblscp  recommended. You cannot compile nor use QSampler without liblscp
190  though. As QSampler is communicating with LinuxSampler via TCP, there  though. As QSampler is communicating with LinuxSampler via TCP, there
191  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
192  have LinuxSampler installed to be able to use QSampler. </p>  have LinuxSampler installed to be able to use QSampler (either locally
193    or on any other computer in your network). JSampler is also communicating
194    with LinuxSampler via TCP, so there is no linker dependency between them
195    either. JSampler requires jlscp though. You have to compile and install
196    libgig before being able to compile and use gigedit.</p>
197    
198        <h2>Source Packages (Stable)</h2>        <h2>Source Packages (Stable)</h2>
199        <table class="default">        <table class="default">
200          <tbody>          <tbody>
201            <tr>            <tr>
202              <td> <a              <td> <a
203   href="http://download.linuxsampler.org/packages/libgig-2.0.1.tar.bz2">   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
204  libgig-2.0.1.tar.bz2 </a> </td>  libgig-3.1.1.tar.bz2 </a> </td>
205              <td> --&gt; </td>              <td> --&gt; </td>
206              <td> Gigasampler file loader library </td>              <td> Gigasampler file loader library </td>
207            </tr>            </tr>
208            <tr>            <tr>
209              <td> <a              <td> <a
210   href="http://download.linuxsampler.org/packages/liblscp-0.3.1.tar.gz">   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">
211  liblscp-0.3.1.tar.gz </a> </td>  liblscp-0.3.3.tar.gz </a> </td>
212              <td> --&gt; </td>              <td> --&gt; </td>
213              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>
214            </tr>            </tr>
215            <tr>            <tr>
216              <td> <a              <td> <a
217   href="http://download.linuxsampler.org/packages/linuxsampler-0.3.3.tar.bz2">   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
218  linuxsampler-0.3.3.tar.bz2 </a> </td>  linuxsampler-0.4.0.tar.bz2 </a> </td>
219              <td> --&gt; </td>              <td> --&gt; </td>
220              <td> sampler backend </td>              <td> sampler backend </td>
221            </tr>            </tr>
222            <tr>            <tr>
223              <td> <a              <td> <a
224   href="http://download.linuxsampler.org/packages/qsampler-0.1.2.tar.gz">   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">
225  qsampler-0.1.2.tar.gz </a> </td>  qsampler-0.1.3.tar.gz </a> </td>
226              <td> --&gt; </td>              <td> --&gt; </td>
227              <td> graphical frontend to LinuxSampler </td>              <td> graphical frontend to LinuxSampler </td>
228            </tr>            </tr>
229              <tr>
230                <td> <a
231     href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">
232    jlscp-0.3a.tar.bz2 </a> </td>
233                <td> --&gt; </td>
234                <td> a java LinuxSampler control protocol API </td>
235              </tr>
236              <tr>
237                <td> <a
238     href="http://downloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2">
239    JSampler-0.3a.tar.bz2 </a> </td>
240                <td> --&gt; </td>
241                <td> a java frontend to LinuxSampler </td>
242              </tr>
243              <tr>
244          </tbody>          </tbody>
245        </table>        </table>
246    
247        <h2>Source Packages (Unstable)</h2>        <h2>Source Packages (Testing)</h2>
248        <table class="default">        <table class="default">
249          <tbody>          <tbody>
250            <tr>            <tr>
251              <td> <a              <td> <a
252   href="http://download.linuxsampler.org/packages/libgig-2.0.2.tar.bz2">   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
253  libgig-2.0.2.tar.bz2 </a> </td>  libgig-3.1.1.tar.bz2 </a> </td>
254              <td> --&gt; </td>              <td> --&gt; </td>
255              <td> Gigasampler file loader library </td>              <td> Gigasampler file access library </td>
256            </tr>            </tr>
257            <tr>            <tr>
258              <td> <a              <td> <a
259   href="http://download.linuxsampler.org/packages/liblscp-0.3.2.tar.gz">   href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">
260  liblscp-0.3.2.tar.gz </a> </td>  liblscp-0.5.3.tar.gz </a> </td>
261              <td> --&gt; </td>              <td> --&gt; </td>
262              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>
263            </tr>            </tr>
264            <tr>            <tr>
265              <td> <a              <td> <a
266   href="http://download.linuxsampler.org/packages/linuxsampler-0.3.3.tar.bz2">   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
267  linuxsampler-0.3.3.tar.bz2 </a> </td>  linuxsampler-0.4.0.tar.bz2 </a> </td>
268              <td> --&gt; </td>              <td> --&gt; </td>
269              <td> sampler backend </td>              <td> sampler backend </td>
270            </tr>            </tr>
271            <tr>            <tr>
272              <td> <a              <td> <a
273   href="http://download.linuxsampler.org/packages/qsampler-0.1.2.tar.gz">   href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">
274  qsampler-0.1.2.tar.gz </a> </td>  qsampler-0.1.4.tar.gz </a> </td>
275              <td> --&gt; </td>              <td> --&gt; </td>
276              <td> graphical frontend to LinuxSampler </td>              <td> graphical frontend to LinuxSampler </td>
277            </tr>            </tr>
278            <tr>            <tr>
279              <td> <a              <td> <a
280   href="http://prdownloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2?download">   href="http://downloads.sourceforge.net/jlscp/jlscp-0.4a.tar.bz2">
281  jlscp-0.3a.tar.bz2 </a> </td>  jlscp-0.4a.tar.bz2 </a> </td>
282              <td> --&gt; </td>              <td> --&gt; </td>
283              <td> a java LinuxSampler control protocol API </td>              <td> a java LinuxSampler control protocol API </td>
284            </tr>            </tr>
285            <tr>            <tr>
286              <td> <a              <td> <a
287   href="http://prdownloads.sourceforge.net/jsampler/JSampler-0.1a.tar.bz2?download">   href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">
288  JSampler-0.1a.tar.bz2 </a> </td>  JSampler-0.5a.tar.bz2 </a> </td>
289              <td> --&gt; </td>              <td> --&gt; </td>
290              <td> a java frontend to LinuxSampler </td>              <td> a java frontend to LinuxSampler </td>
291            </tr>            </tr>
292              <tr>
293                <td> <a
294     href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">
295    gigedit-0.0.3.tar.gz </a> </td>
296                <td> --&gt; </td>
297                <td> an instrument editor for gig files </td>
298              </tr>
299          </tbody>          </tbody>
300        </table>        </table>
301    
# Line 273  JSampler-0.1a.tar.bz2 </a> </td> Line 304  JSampler-0.1a.tar.bz2 </a> </td>
304   href="http://download.linuxsampler.org/packages/debian/">Debian   href="http://download.linuxsampler.org/packages/debian/">Debian
305  packages</a> and <a  packages</a> and <a
306   href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a>   href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a>
307  for i386 only,  for i386 only, bleeding edge <a href="http://download.linuxsampler.org/packages/gentoo/">Gentoo ebuilds</a>
308  and the platform-independent <a  and platform-independent <a
309   href="http://prdownloads.sourceforge.net/jsampler/js-classic.jar?download">   href="http://prdownloads.sourceforge.net/jsampler/JS_Classic-0.2a.jar?download">
310  JS Classic 0.1a</a> (java frontend for LinuxSampler).</p>  Java packages</a> (for JS Classic 0.2a, java frontend for LinuxSampler).
311        <h2>CVS</h2>  For libgig you can find <a href="http://download.linuxsampler.org/packages/win32/">Windows binaries</a> as well.</p>
312          <a name="cvs"></a><h2>CVS</h2>
313        <p class="default"> This project's CVS repository can be checked        <p class="default"> This project's CVS repository can be checked
314  out through anonymous (pserver) CVS with the following instruction set.  out through anonymous (pserver) CVS with the following instruction set.
315  When prompted for a password for anonymous, simply press the Enter key.  When prompted for a password for anonymous, simply press the Enter key.
316  There are currently six subprojects in the LinuxSampler project, pick  There are currently seven subprojects in the LinuxSampler project, pick
317  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>
318        <table class="default" border="0" cellpadding="1" cellspacing="5">        <table class="default" border="0" cellpadding="1" cellspacing="5">
319          <tbody>          <tbody>
320            <tr>            <tr>
321              <td>              <td>
322              <pre class="code">1<br>2<br>3<br>4<br>5<br>6</pre>              <pre class="code">1<br>2<br>3<br>4<br>5<br>6<br>7</pre>
323                </td>
324                <td width="100%">
325                <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>
326                </td>
327              </tr>
328            </tbody>
329          </table>
330          <p class="default"> You don't need to checkout the sources again later on,
331          just for keeping track to the latest development version. For updating to
332          the latest CVS version you can simply run the following command at any
333          time from the checked out source directory:</p>
334          <table class="default" border="0" cellpadding="1" cellspacing="5">
335            <tbody>
336              <tr>
337                <td>
338                <pre class="code">1</pre>
339              </td>              </td>
340              <td width="100%">              <td width="100%">
341              <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</pre>              <pre class="code">cvs update -d -P</pre>
342              </td>              </td>
343            </tr>            </tr>
344          </tbody>          </tbody>
# Line 298  the line of the respective subproject yo Line 346  the line of the respective subproject yo
346        <p class="default"> You can also <a        <p class="default"> You can also <a
347   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
348  repository</a>. </p>  repository</a>. </p>
349        <h2>Wallpapers</h2>        <h2>Bootsplash theme</h2>
350        <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>  
351        <table class="default">        <table class="default">
352          <tbody>          <tbody>
353            <tr>            <tr>
354              <td> <a              <td> <a
355   href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">   href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png">
356              <img src="misc/linuxsampler_box_preview.jpg"              <img src="http://download.linuxsampler.org/bootsplash/screenshots/boot_preview.jpg"
357   alt="wallpaper preview"> </a> </td>   alt="Screenshot 1"> </a> </td>
358                <td> --&gt; </td>
359                <td> <a
360     href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png"> Screenshot while booting </a> </td>
361              </tr>
362              <tr>
363                <td> <a
364     href="http://download.linuxsampler.org/bootsplash/screenshots/top.png">
365                <img src="http://download.linuxsampler.org/bootsplash/screenshots/top_preview.jpg"
366     alt="Screenshot 2"> </a> </td>
367              <td> --&gt; </td>              <td> --&gt; </td>
368              <td> <a              <td> <a
369   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>  
370            </tr>            </tr>
371          </tbody>          </tbody>
372        </table>        </table>
373          <p> <a
374     href="http://download.linuxsampler.org/bootsplash/"> You can get this theme here.</a> </p>
375        <br>        <br>
376        </div>        </div>
377        </td>        </td>

Legend:
Removed from v.789  
changed lines
  Added in v.1219

  ViewVC Help
Powered by ViewVC