/[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 1219 by schoenebeck, Tue Jun 5 14:53:48 2007 UTC revision 1594 by schoenebeck, Thu Dec 13 23:10:02 2007 UTC
# Line 158  Line 158 
158        <td valign="top" width="100%">        <td valign="top" width="100%">
159        <div id="contents">        <div id="contents">
160    
161        <h2>License</h2>        <h2>Licenses</h2>
162        <p class="default">        <p class="default">
163  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:
164  <b>COMMERCIAL USE</b> of the souce code, libraries and applications is<br>        </p>
165  <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>        <table class="default">
166  If you have questions on the subject please <A HREF="developers.html">contact us</A>.<br>        <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(mm) toolkit).</span></a>
170              </td>
171              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">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/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">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/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">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/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">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" title="GNU Lesser General Public License">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/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>
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/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">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 with the exception that
215          <b>USAGE</b> of the source code, libraries and applications
216          <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>
217          without prior written permission by the LinuxSampler authors.
218          If you have questions on the subject, that are not yet covered by the
219          <a href="faq.html#commercial_products" title="Frequently Asked Questions">FAQ</a>,
220          please <a href="developers.html" title="the LinuxSampler developers">contact us</a>.
221          </p>
222    
223        <h2>Dependencies</h2>        <h2>Dependencies</h2>
224        <p class="default"> The following figure illustrates the compile        <p class="default"> The following figure illustrates the compile
225  time / linker dependencies. </p>  time / linker dependencies.</p>
226        <div style="line-height: 1.2em;">        <div style="line-height: 1.2em;">
227        <pre>                                  <strong>gigedit</strong>        <pre class="figure">                                  <strong>gigedit</strong>
228                                       |                                       |
229                                  (mandatory)                                  (mandatory)
230                                       |                                       |
# Line 180  time / linker dependencies. </p> Line 235  time / linker dependencies. </p>
235        (mandatory)               (mandatory)    (mandatory)        (mandatory)               (mandatory)    (mandatory)
236             |                         |              |             |                         |              |
237             V                         |              V             V                         |              V
238          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong>          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong></pre>
                           </pre>  
239        </div>        </div>
240        <p class="default"> Or again in words: you have to compile and        <p class="default"> Or again in words: you have to compile and
241  install libgig before being able to compile and use LinuxSampler. You  install libgig before being able to compile and use LinuxSampler. You
# Line 195  with LinuxSampler via TCP, so there is n Line 249  with LinuxSampler via TCP, so there is n
249  either. JSampler requires jlscp though. You have to compile and install  either. JSampler requires jlscp though. You have to compile and install
250  libgig before being able to compile and use gigedit.</p>  libgig before being able to compile and use gigedit.</p>
251    
252        <h2>Source Packages (Stable)</h2>        <h2>Binary Packages</h2>
253        <table class="default">        <p class="default">
254          <tbody>          We currently provide pre-compiled binaries for the following operating systems:
255            <tr>        </p>
256              <td> <a        <table class="decorated">
257   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">          <thead>
 libgig-3.1.1.tar.bz2 </a> </td>  
             <td> --&gt; </td>  
             <td> Gigasampler file loader library </td>  
           </tr>  
258            <tr>            <tr>
259              <td> <a              <td class="decorated_header">Operating System</td>
260   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">              <td class="decorated_header">Description</td>
 liblscp-0.3.3.tar.gz </a> </td>  
             <td> --&gt; </td>  
             <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>  
261            </tr>            </tr>
262            </thead>
263            <tbody>
264            <tr>            <tr>
265              <td> <a              <td class="decorated">
266   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">                <a href="http://download.linuxsampler.org/packages/debian/" title=".deb binary packages">
267  linuxsampler-0.4.0.tar.bz2 </a> </td>                  <img src="gfx/logos/debian.png">Debian
268              <td> --&gt; </td>                </a>
269              <td> sampler backend </td>              </td>
270                <td class="decorated"> Individual Debian (.deb) binary package for each software component, compiled for x86 (Debian <i>stable</i>, a.k.a "Etch"). </td>
271            </tr>            </tr>
272            <tr>            <tr>
273              <td> <a              <td class="decorated">
274   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">                <a href="http://download.linuxsampler.org/packages/gentoo/" title="ebuilds">
275  qsampler-0.1.3.tar.gz </a> </td>                  <img src="gfx/logos/gentoo.png">Gentoo
276              <td> --&gt; </td>                </a>
277              <td> graphical frontend to LinuxSampler </td>              </td>
278                <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>
279            </tr>            </tr>
280            <tr>            <tr>
281              <td> <a              <td class="decorated">
282   href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">                <a href="http://download.linuxsampler.org/packages/rpms/">
283  jlscp-0.3a.tar.bz2 </a> </td>                  <img src="gfx/logos/suse.png" title=".rpm packages">Suse
284              <td> --&gt; </td>                </a>
285              <td> a java LinuxSampler control protocol API </td>              </td>
286                <td class="decorated"> Individual RPM package for each software component, compiled for i586. </td>
287            </tr>            </tr>
288            <tr>            <tr>
289              <td> <a              <td class="decorated">
290   href="http://downloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2">                <a href="http://download.linuxsampler.org/packages/win32/linuxsampler_20071207_setup.exe" title="all-in-one installer">
291  JSampler-0.3a.tar.bz2 </a> </td>                  <img src="gfx/logos/windows.png">Windows
292              <td> --&gt; </td>                </a>
293              <td> a java frontend to LinuxSampler </td>              </td>
294                <td class="decorated"> Self-extracting all-in-one installer for the latest official releases of all software components for Windows. Download, execute, enjoy!</td>
295            </tr>            </tr>
           <tr>  
296          </tbody>          </tbody>
297        </table>        </table>
298          <p class="default">
299        <h2>Source Packages (Testing)</h2>          Additionally there are the following platform independent Java executable
300        <table class="default">          packages (note: you need to have the
301          <tbody>          <a href="http://www.java.com/getjava/" title="JRE 6">Java Runtime
302            <tr>          Environment 6</a> installed to be able to execute these software
303              <td> <a          packages on your computer):
304   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">        </p>
305  libgig-3.1.1.tar.bz2 </a> </td>        <table class="decorated">
306              <td> --&gt; </td>          <thead>
             <td> Gigasampler file access library </td>  
           </tr>  
307            <tr>            <tr>
308              <td> <a              <td class="decorated_header">File Name</td>
309   href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">              <td class="decorated_header">Description</td>
 liblscp-0.5.3.tar.gz </a> </td>  
             <td> --&gt; </td>  
             <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>  
           </tr>  
           <tr>  
             <td> <a  
  href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">  
 linuxsampler-0.4.0.tar.bz2 </a> </td>  
             <td> --&gt; </td>  
             <td> sampler backend </td>  
310            </tr>            </tr>
311            </thead>
312            <tbody>
313            <tr>            <tr>
314              <td> <a              <td class="decorated">
315   href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">                <a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.8a.jar" title="JSampler *Fantasia*">
316  qsampler-0.1.4.tar.gz </a> </td>                  <img src="gfx/logos/java.png">Fantasia-0.8a.jar
317              <td> --&gt; </td>                </a>
318              <td> graphical frontend to LinuxSampler </td>              </td>
319                <td class="decorated"> JSampler "Fantasia", a frontend to LinuxSampler,
320                    modern skin-based distribution of JSampler (note: "Fantasia" is
321                    already included with the Windows installer)</td>
322            </tr>            </tr>
323            <tr>            <tr>
324              <td> <a              <td class="decorated">
325   href="http://downloads.sourceforge.net/jlscp/jlscp-0.4a.tar.bz2">                <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.8a.jar" title="JSampler *Classic*">
326  jlscp-0.4a.tar.bz2 </a> </td>                  <img src="gfx/logos/java.png">JS_Classic-0.8a.jar
327              <td> --&gt; </td>                </a>
328              <td> a java LinuxSampler control protocol API </td>              </td>
329                <td class="decorated"> JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler </td>
330            </tr>            </tr>
331            </tbody>
332          </table>
333          <br>
334    
335          <h2>Source Packages</h2>
336          <p class="default">
337            Source code packages of the latest official releases:
338          </p>
339          <table class="decorated">
340            <thead>
341            <tr>            <tr>
342              <td> <a              <td class="decorated_header">File Name</td>
343   href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">              <td class="decorated_header">Description</td>
 JSampler-0.5a.tar.bz2 </a> </td>  
             <td> --&gt; </td>  
             <td> a java frontend to LinuxSampler </td>  
344            </tr>            </tr>
345            </thead>
346            <tbody>
347            <tr>            <tr>
348              <td> <a              <td class="decorated">
349   href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">                <a name="libgig"></a>
350  gigedit-0.0.3.tar.gz </a> </td>                <a
351              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/libgig-3.2.1.tar.bz2">
352              <td> an instrument editor for gig files </td>  libgig-3.2.1.tar.bz2 </a> </td>
353            </tr>              <td class="decorated"> Gigasampler file access library (C++) </td>
354              </tr>
355              <tr>
356                <td class="decorated">
357                  <a name="liblscp"></a>
358                  <a
359     href="http://download.linuxsampler.org/packages/liblscp-0.5.5.tar.gz">
360    liblscp-0.5.5.tar.gz </a> </td>
361                <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
362              </tr>
363              <tr>
364                <td class="decorated">
365                  <a name="linuxsampler"></a>
366                  <a
367     href="http://download.linuxsampler.org/packages/linuxsampler-0.5.1.tar.bz2">
368    linuxsampler-0.5.1.tar.bz2 </a> </td>
369                <td class="decorated"> sampler engine / backend </td>
370              </tr>
371              <tr>
372                <td class="decorated">
373                  <a name="qsampler"></a>
374                  <a
375     href="http://download.linuxsampler.org/packages/qsampler-0.2.1.tar.gz">
376    qsampler-0.2.1.tar.gz </a> </td>
377                <td class="decorated"> graphical frontend to LinuxSampler </td>
378              </tr>
379              <tr>
380                <td class="decorated">
381                  <a name="jlscp"></a>
382                  <a
383     href="http://downloads.sourceforge.net/jlscp/jlscp-0.7a.tar.bz2">
384    jlscp-0.7a.tar.bz2 </a> </td>
385                <td class="decorated"> a java LinuxSampler control protocol API </td>
386              </tr>
387              <tr>
388                <td class="decorated">
389                  <a name="jsampler"></a>
390                  <a
391     href="http://downloads.sourceforge.net/jsampler/JSampler-0.8a.tar.bz2">
392    JSampler-0.8a.tar.bz2 </a> </td>
393                <td class="decorated"> a java frontend to LinuxSampler </td>
394              </tr>
395              <tr>
396                <td class="decorated">
397                  <a name="gigedit"></a>
398                  <a
399     href="http://download.linuxsampler.org/packages/gigedit-0.1.1.tar.gz">
400    gigedit-0.1.1.tar.gz </a> </td>
401                <td class="decorated"> an instrument editor for gig files </td>
402          </tbody>          </tbody>
403        </table>        </table>
404          <br>
405    
       <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).  
 For libgig you can find <a href="http://download.linuxsampler.org/packages/win32/">Windows binaries</a> as well.</p>  
406        <a name="cvs"></a><h2>CVS</h2>        <a name="cvs"></a><h2>CVS</h2>
407        <p class="default"> This project's CVS repository can be checked        <p class="default"> This project's CVS repository can be checked
408  out through anonymous (pserver) CVS with the following instruction set.  out through anonymous (pserver) CVS with the following instruction set.
409  When prompted for a password for anonymous, simply press the Enter key.  When prompted for a password for anonymous, simply press the Enter key.
410  There are currently seven subprojects in the LinuxSampler project, pick  There are currently seven subprojects in the LinuxSampler project, pick
411  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>
412        <table class="default" border="0" cellpadding="1" cellspacing="5">  
413          <tbody>         <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
414            <tr>    co libgig
415              <td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
416              <pre class="code">1<br>2<br>3<br>4<br>5<br>6<br>7</pre>    co liblscp
417              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
418              <td width="100%">    co linuxsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
419              <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
420              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
421            </tr>    co jlscp
422          </tbody>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
423        </table>    co jsampler
424    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
425      co gigedit</pre>
426    
427        <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,
428        just for keeping track to the latest development version. For updating to        just for keeping track to the latest development version. For updating to
429        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
430        time from the checked out source directory:</p>        time from the checked out source directory:</p>
431        <table class="default" border="0" cellpadding="1" cellspacing="5">  
432          <tbody>        <pre class="code">cvs update -d -P</pre>
433            <tr>  
             <td>  
             <pre class="code">1</pre>  
             </td>  
             <td width="100%">  
             <pre class="code">cvs update -d -P</pre>  
             </td>  
           </tr>  
         </tbody>  
       </table>  
434        <p class="default"> You can also <a        <p class="default"> You can also <a
435   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
436  repository</a>. </p>  repository</a>. </p>
# Line 370  repository</a>. </p> Line 458  repository</a>. </p>
458            </tr>            </tr>
459          </tbody>          </tbody>
460        </table>        </table>
461        <p> <a        <p class="default"> <a
462   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>
463        <br>        <br>
464        </div>        </div>

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

  ViewVC Help
Powered by ViewVC