/[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 1125 by persson, Sat Mar 24 20:18:05 2007 UTC revision 1745 by iliev, Sun Jun 1 00:04:11 2008 UTC
# Line 47  Line 47 
47                  downloadsout = new Image();                  downloadsout = new Image();
48                  downloadsout.src = dir + "mdownloads.png";                  downloadsout.src = dir + "mdownloads.png";
49    
50                    supportover = new Image();
51                    supportover.src = dir + "msupporthover.png";
52                    supportout = new Image();
53                    supportout.src = dir + "msupport.png";
54    
55                  developersover = new Image();                  developersover = new Image();
56                  developersover.src = dir + "mdevelopershover.png";                  developersover.src = dir + "mdevelopershover.png";
57    
# Line 126  Line 131 
131   href="downloads.html"   href="downloads.html"
132   onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"   onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"
133   onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img   onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img
134   name="downloads" src="gfx/mdownloads.png" alt="download"></a> <a   name="downloads" src="gfx/mdownloads.png" alt="download"></a>
135     <a id="support" href="support.html" onmouseover="javascript:if(document.images)document.support.src = supportover.src" onmouseout="javascript:if(document.images)document.support.src = supportout.src"><img name="support" src="gfx/msupport.png" alt="support"></a>
136     <a
137   id="developers" href="developers.html"   id="developers" href="developers.html"
138   onmouseover="javascript:if(document.images)document.developers.src = developersover.src"   onmouseover="javascript:if(document.images)document.developers.src = developersover.src"
139   onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img   onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img
# Line 158  Line 165 
165        <td valign="top" width="100%">        <td valign="top" width="100%">
166        <div id="contents">        <div id="contents">
167    
168        <h2>License</h2>        <h2>Licenses</h2>
169        <p class="default">        <p class="default">
170  LinuxSampler is licensed under the GNU GPL license with the exception that<br>        There are several subprojects, each having its own license terms, as follows:
171  <b>COMMERCIAL USE</b> of the souce code, libraries and applications is<br>        </p>
172  <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>        <table class="default">
173  If you have questions on the subject please <A HREF="developers.html">contact us</A>.<br>        <tbody>
174            <tr>
175              <td class="bordered">
176                <a class="info" href=#gigedit>gigedit<span class='info'>An instrument editor for gig files (written in C++, based on the gtk(mm) toolkit).</span></a>
177              </td>
178              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
179            </tr>
180            <tr>
181              <td class="bordered">
182                 <a class="info" href=#jlscp>jlscp<span class='info'>A java LinuxSampler control protocol API.</span></a>
183              </td>
184              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> v2</td>
185            </tr>
186            <tr>
187              <td class="bordered">
188                  <a class="info" href=#jsampler>JSampler<span class='info'>A graphical frontend to LinuxSampler, written in Java.</span></a>
189              </td>
190              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> v2</td>
191            </tr>
192            <tr>
193              <td class="bordered">
194                <a class="info" href=#libgig>libgig<span class='info'>Gigasampler file access library (C++), for loading, modifying and creating gig files.</span></a>
195              </td>
196              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
197            </tr>
198            <tr>
199              <td class="bordered">
200                <a class="info" href=#liblscp>liblscp<span class='info'>LinuxSampler Control Protocol (LSCP) wrapper C library.</span></a>
201              </td>
202              <td> -> (pure) <a href="http://www.gnu.org/licenses/lgpl.html" title="GNU Lesser General Public License">LGPL</a></td>
203            </tr>
204            <tr>
205              <td class="bordered">
206                <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>
207              </td>
208              <td> -> <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> with <a href="#exception" title="see description below"><u><i>commercial exception</i></u>*</a></td>
209            </tr>
210            <tr>
211              <td class="bordered">
212                <a class="info" href=#qsampler>QSampler<span class='info'>Graphical frontend to LinuxSampler (written in C++, based on the Qt toolkit).</span></a>
213              </td>
214              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
215            </tr>
216          </tbody>
217          </table>
218    
219          <a name="exception"></a>
220          <p class="caution">
221          [*] LinuxSampler is licensed under the GNU GPL with the exception that
222          <b>USAGE</b> of the source code, libraries and applications
223          <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>
224          without prior written permission by the LinuxSampler authors.
225          If you have questions on the subject, that are not yet covered by the
226          <a href="faq.html#commercial_products" title="Frequently Asked Questions">FAQ</a>,
227          please <a href="developers.html" title="the LinuxSampler developers">contact us</a>.
228          </p>
229    
230        <h2>Dependencies</h2>        <h2>Dependencies</h2>
231        <p class="default"> The following figure illustrates the compile        <p class="default"> The following figure illustrates the compile
232  time / linker dependencies. </p>  time / linker dependencies.</p>
233        <div style="line-height: 1.2em;">        <div style="line-height: 1.2em;">
234        <pre>       <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>         <strong>JSampler</strong>        <pre class="figure">                                  <strong>gigedit</strong>
235                                         |
236                                    (mandatory)
237                                         |
238                                         V
239           <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>         <strong>JSampler</strong>
240             |                         A              |             |                         A              |
241             |                         |              |             |                         |              |
242        (mandatory)               (mandatory)    (mandatory)        (mandatory)               (mandatory)    (mandatory)
243             |                         |              |             |                         |              |
244             V                         |              V             V                         |              V
245          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong>          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong></pre>
                           </pre>  
246        </div>        </div>
247        <p class="default"> Or again in words: you have to compile and        <p class="default"> Or again in words: you have to compile and
248  install libgig before being able to compile and use LinuxSampler. You  install libgig before being able to compile and use LinuxSampler. You
# Line 187  is no linker dependency between them, bu Line 253  is no linker dependency between them, bu
253  have LinuxSampler installed to be able to use QSampler (either locally  have LinuxSampler installed to be able to use QSampler (either locally
254  or on any other computer in your network). JSampler is also communicating  or on any other computer in your network). JSampler is also communicating
255  with LinuxSampler via TCP, so there is no linker dependency between them  with LinuxSampler via TCP, so there is no linker dependency between them
256  either, JSampler requires jlscp though.</p>  either. JSampler requires jlscp though. You have to compile and install
257    libgig before being able to compile and use gigedit.</p>
258    
259        <h2>Source Packages (Stable)</h2>        <h2>Binary Packages</h2>
260        <table class="default">        <p class="default">
261          <tbody>          We currently provide pre-compiled binaries for the following operating systems:
262          </p>
263          <table class="decorated">
264            <thead>
265            <tr>            <tr>
266              <td> <a              <td class="decorated_header">Operating System</td>
267   href="http://download.linuxsampler.org/packages/libgig-2.0.2.tar.bz2">              <td class="decorated_header">Description</td>
 libgig-2.0.2.tar.bz2 </a> </td>  
             <td> --&gt; </td>  
             <td> Gigasampler file loader library </td>  
268            </tr>            </tr>
269            </thead>
270            <tbody>
271            <tr>            <tr>
272              <td> <a              <td class="decorated">
273   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">                <a href="http://download.linuxsampler.org/packages/debian/" title=".deb binary packages">
274  liblscp-0.3.3.tar.gz </a> </td>                  <img src="gfx/logos/debian.png">Debian
275              <td> --&gt; </td>                </a>
276              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>              </td>
277                <td class="decorated"> Individual Debian (.deb) binary package for each software component, compiled for x86 (Debian <i>stable</i>, a.k.a "Etch"). </td>
278            </tr>            </tr>
279            <tr>            <tr>
280              <td> <a              <td class="decorated">
281   href="http://download.linuxsampler.org/packages/linuxsampler-0.3.3.tar.bz2">                <a href="http://download.linuxsampler.org/packages/gentoo/" title="ebuilds">
282  linuxsampler-0.3.3.tar.bz2 </a> </td>                  <img src="gfx/logos/gentoo.png">Gentoo
283              <td> --&gt; </td>                </a>
284              <td> sampler backend </td>              </td>
285                <td class="decorated"> Bleeding edge Gentoo ebuild for each software component, which can be used to conveniently emerge the latest versions directly from CVS. </td>
286            </tr>            </tr>
287            <tr>            <tr>
288              <td> <a              <td class="decorated">
289   href="http://download.linuxsampler.org/packages/qsampler-0.1.2.tar.gz">                <a href="http://download.linuxsampler.org/packages/rpms/">
290  qsampler-0.1.2.tar.gz </a> </td>                  <img src="gfx/logos/suse.png" title=".rpm packages">Suse
291              <td> --&gt; </td>                </a>
292              <td> graphical frontend to LinuxSampler </td>              </td>
293                <td class="decorated"> Individual RPM package for each software component, compiled for i586. </td>
294            </tr>            </tr>
         </tbody>  
       </table>  
   
       <h2>Source Packages (Testing)</h2>  
       <table class="default">  
         <tbody>  
295            <tr>            <tr>
296              <td> <a              <td class="decorated">
297   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">                <a href="http://download.linuxsampler.org/packages/win32/linuxsampler_20071207_setup.exe" title="all-in-one installer">
298  libgig-3.1.1.tar.bz2 </a> </td>                  <img src="gfx/logos/windows.png">Windows
299              <td> --&gt; </td>                </a>
300              <td> Gigasampler file access library </td>              </td>
301                <td class="decorated"> Self-extracting all-in-one installer for the latest official releases of all software components for Windows. Download, execute, enjoy!</td>
302            </tr>            </tr>
303            <tr>            <tr>
304              <td> <a              <td class="decorated">
305   href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">                <a href="http://download.linuxsampler.org/packages/osx/linuxsampler_20080107.dmg" title="all-in-one installer">
306  liblscp-0.5.3.tar.gz </a> </td>                  <img src="gfx/logos/apple.png">Mac
307              <td> --&gt; </td>                </a>
308              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>              </td>
309                <td class="decorated"> All-in-one installer (Diskimage) for the latest official releases of the software components for Mac OS X. (<b>Note:</b> the Mac installer does <b>not</b> include gigedit and JSampler yet!)</td>
310            </tr>            </tr>
311            </tbody>
312          </table>
313          <p class="default">
314            Additionally there are the following platform independent Java executable
315            packages (note: you need to have the
316            <a href="http://www.java.com/getjava/" title="JRE 6">Java Runtime
317            Environment 6</a> installed to be able to execute these software
318            packages on your computer):
319          </p>
320          <table class="decorated">
321            <thead>
322            <tr>            <tr>
323              <td> <a              <td class="decorated_header">File Name</td>
324   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">              <td class="decorated_header">Description</td>
 linuxsampler-0.4.0.tar.bz2 </a> </td>  
             <td> --&gt; </td>  
             <td> sampler backend </td>  
325            </tr>            </tr>
326            </thead>
327            <tbody>
328            <tr>            <tr>
329              <td> <a              <td class="decorated">
330   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">                <a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.8a-cvs3.jar" title="JSampler *Fantasia*">
331  qsampler-0.1.3.tar.gz </a> </td>                  <img src="gfx/logos/java.png">Fantasia-0.8a-cvs3.jar
332              <td> --&gt; </td>                </a>
333              <td> graphical frontend to LinuxSampler </td>              </td>
334                <td class="decorated"> JSampler "Fantasia", a frontend to LinuxSampler,
335                    modern skin-based distribution of JSampler (note: "Fantasia" is
336                    already included with the Windows installer)</td>
337            </tr>            </tr>
338            <tr>            <tr>
339              <td> <a              <td class="decorated">
340   href="http://prdownloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2?download">                <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.8a-cvs3.jar" title="JSampler *Classic*">
341  jlscp-0.3a.tar.bz2 </a> </td>                  <img src="gfx/logos/java.png">JS_Classic-0.8a-cvs3.jar
342              <td> --&gt; </td>                </a>
343              <td> a java LinuxSampler control protocol API </td>              </td>
344                <td class="decorated"> JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler </td>
345            </tr>            </tr>
346            </tbody>
347          </table>
348          <br>
349    
350          <h2>Source Packages</h2>
351          <p class="default">
352            Source code packages of the latest official releases:
353          </p>
354          <table class="decorated">
355            <thead>
356            <tr>            <tr>
357              <td> <a              <td class="decorated_header">File Name</td>
358   href="http://prdownloads.sourceforge.net/jsampler/JSampler-0.2a.tar.bz2?download">              <td class="decorated_header">Description</td>
 JSampler-0.2a.tar.bz2 </a> </td>  
             <td> --&gt; </td>  
             <td> a java frontend to LinuxSampler </td>  
359            </tr>            </tr>
360            </thead>
361            <tbody>
362            <tr>            <tr>
363              <td> <a              <td class="decorated">
364   href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">                <a name="libgig"></a>
365  gigedit-0.0.3.tar.gz </a> </td>                <a
366              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/libgig-3.2.1.tar.bz2">
367              <td> an instrument editor for gig files </td>  libgig-3.2.1.tar.bz2 </a> </td>
368            </tr>              <td class="decorated"> Gigasampler file access library (C++) </td>
369              </tr>
370              <tr>
371                <td class="decorated">
372                  <a name="liblscp"></a>
373                  <a
374     href="http://download.linuxsampler.org/packages/liblscp-0.5.5.tar.gz">
375    liblscp-0.5.5.tar.gz </a> </td>
376                <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
377              </tr>
378              <tr>
379                <td class="decorated">
380                  <a name="linuxsampler"></a>
381                  <a
382     href="http://download.linuxsampler.org/packages/linuxsampler-0.5.1.tar.bz2">
383    linuxsampler-0.5.1.tar.bz2 </a> </td>
384                <td class="decorated"> sampler engine / backend </td>
385              </tr>
386              <tr>
387                <td class="decorated">
388                  <a name="qsampler"></a>
389                  <a
390     href="http://download.linuxsampler.org/packages/qsampler-0.2.1.tar.gz">
391    qsampler-0.2.1.tar.gz </a> </td>
392                <td class="decorated"> graphical frontend to LinuxSampler </td>
393              </tr>
394              <tr>
395                <td class="decorated">
396                  <a name="jlscp"></a>
397                  <a
398     href="http://downloads.sourceforge.net/jlscp/jlscp-0.7a.tar.bz2">
399    jlscp-0.7a.tar.bz2 </a> </td>
400                <td class="decorated"> a java LinuxSampler control protocol API </td>
401              </tr>
402              <tr>
403                <td class="decorated">
404                  <a name="jsampler"></a>
405                  <a
406     href="http://downloads.sourceforge.net/jsampler/jsampler-0.8a-cvs3.tar.bz2">
407    JSampler-0.8a-cvs3.tar.bz2 </a> </td>
408                <td class="decorated"> a java frontend to LinuxSampler </td>
409              </tr>
410              <tr>
411                <td class="decorated">
412                  <a name="gigedit"></a>
413                  <a
414     href="http://download.linuxsampler.org/packages/gigedit-0.1.1.tar.gz">
415    gigedit-0.1.1.tar.gz </a> </td>
416                <td class="decorated"> an instrument editor for gig files </td>
417          </tbody>          </tbody>
418        </table>        </table>
419          <br>
420    
       <h2>Binary Packages</h2>  
       <p class="default"> There are currently <a  
  href="http://download.linuxsampler.org/packages/debian/">Debian  
 packages</a> and <a  
  href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a>  
 for i386 only, bleeding edge <a href="http://download.linuxsampler.org/packages/gentoo/">Gentoo ebuilds</a>  
 and platform-independent <a  
  href="http://prdownloads.sourceforge.net/jsampler/JS_Classic-0.2a.jar?download">  
 Java packages</a> (for JS Classic 0.2a, java frontend for LinuxSampler).</p>  
421        <a name="cvs"></a><h2>CVS</h2>        <a name="cvs"></a><h2>CVS</h2>
422        <p class="default"> This project's CVS repository can be checked        <p class="default"> This project's CVS repository can be checked
423  out through anonymous (pserver) CVS with the following instruction set.  out through anonymous (pserver) CVS with the following instruction set.
424  When prompted for a password for anonymous, simply press the Enter key.  When prompted for a password for anonymous, simply press the Enter key.
425  There are currently seven subprojects in the LinuxSampler project, pick  There are currently seven subprojects in the LinuxSampler project, pick
426  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>
427        <table class="default" border="0" cellpadding="1" cellspacing="5">  
428          <tbody>         <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
429            <tr>    co libgig
430              <td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
431              <pre class="code">1<br>2<br>3<br>4<br>5<br>6<br>7</pre>    co liblscp
432              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
433              <td width="100%">    co linuxsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
434              <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
435              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
436            </tr>    co jlscp
437          </tbody>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
438        </table>    co jsampler
439    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
440      co gigedit</pre>
441    
442          <p class="default"> You don't need to checkout the sources again later on,
443          just for keeping track to the latest development version. For updating to
444          the latest CVS version you can simply run the following command at any
445          time from the checked out source directory:</p>
446    
447          <pre class="code">cvs update -d -P</pre>
448    
449        <p class="default"> You can also <a        <p class="default"> You can also <a
450   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
451  repository</a>. </p>  repository</a>. </p>
452        <h2>Wallpapers</h2>        <h2>Bootsplash theme</h2>
453        <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>  
454        <table class="default">        <table class="default">
455          <tbody>          <tbody>
456            <tr>            <tr>
457              <td> <a              <td> <a
458   href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">   href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png">
459              <img src="misc/linuxsampler_box_preview.jpg"              <img src="http://download.linuxsampler.org/bootsplash/screenshots/boot_preview.jpg"
460   alt="wallpaper preview"> </a> </td>   alt="Screenshot 1"> </a> </td>
461                <td> --&gt; </td>
462                <td> <a
463     href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png"> Screenshot while booting </a> </td>
464              </tr>
465              <tr>
466                <td> <a
467     href="http://download.linuxsampler.org/bootsplash/screenshots/top.png">
468                <img src="http://download.linuxsampler.org/bootsplash/screenshots/top_preview.jpg"
469     alt="Screenshot 2"> </a> </td>
470              <td> --&gt; </td>              <td> --&gt; </td>
471              <td> <a              <td> <a
472   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>  
473            </tr>            </tr>
474          </tbody>          </tbody>
475        </table>        </table>
476          <p class="default"> <a
477     href="http://download.linuxsampler.org/bootsplash/"> You can get this theme here.</a> </p>
478        <br>        <br>
479        </div>        </div>
480        </td>        </td>

Legend:
Removed from v.1125  
changed lines
  Added in v.1745

  ViewVC Help
Powered by ViewVC