/[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 1246 by schoenebeck, Thu Jun 21 17:30:38 2007 UTC revision 1591 by schoenebeck, Wed Dec 12 13:10:42 2007 UTC
# Line 166  Line 166 
166        <tbody>        <tbody>
167          <tr>          <tr>
168            <td class="bordered">            <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>              <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>            </td>
171            <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>            <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>
172          </tr>          </tr>
# 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>USAGE</b> of the source code, libraries and applications
216  <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>        <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>
217  If you have questions on the subject please <A HREF="developers.html">contact us</A>.<br>        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">FAQ</a>,
220          please <a href="developers.html">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 230  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 245  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            We currently provide pre-compiled binaries for the following operating systems:
255          </p>
256          <table class="decorated">
257            <thead>
258              <tr>
259                <td class="decorated_header">Operating System</td>
260                <td class="decorated_header">Description</td>
261              </tr>
262            </thead>
263          <tbody>          <tbody>
264            <tr>            <tr>
265              <td>              <td class="decorated">
266                <a name="libgig"></a>                <a href="http://download.linuxsampler.org/packages/debian/">
267                <a                  <img src="gfx/logos/debian.png">Debian
268   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">                </a>
269  libgig-3.1.1.tar.bz2 </a> </td>              </td>
270              <td> --&gt; </td>              <td class="decorated"> Individual Debian (.deb) binary package for each software component, compiled for x86 (Debian <i>stable</i>, a.k.a "Etch"). </td>
             <td> Gigasampler file access library (C++) </td>  
271            </tr>            </tr>
272            <tr>            <tr>
273              <td>              <td class="decorated">
274                <a name="liblscp"></a>                <a href="http://download.linuxsampler.org/packages/gentoo/">
275                <a                  <img src="gfx/logos/gentoo.png">Gentoo
276   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">                </a>
277  liblscp-0.3.3.tar.gz </a> </td>              </td>
278              <td> --&gt; </td>              <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>
             <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>  
279            </tr>            </tr>
280            <tr>            <tr>
281              <td>              <td class="decorated">
282                <a name="linuxsampler"></a>                <a href="http://download.linuxsampler.org/packages/rpms/">
283                <a                  <img src="gfx/logos/suse.png">Suse
284   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">                </a>
285  linuxsampler-0.4.0.tar.bz2 </a> </td>              </td>
286              <td> --&gt; </td>              <td class="decorated"> Individual RPM package for each software component, compiled for i586. </td>
             <td> sampler engine / backend </td>  
287            </tr>            </tr>
288            <tr>            <tr>
289              <td>              <td class="decorated">
290                <a name="qsampler"></a>                <a href="http://download.linuxsampler.org/packages/win32/linuxsampler_20071207_setup.exe">
291                <a                  <img src="gfx/logos/windows.png">Windows
292   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">                </a>
293  qsampler-0.1.3.tar.gz </a> </td>              </td>
294              <td> --&gt; </td>              <td class="decorated"> Self-extracting all-in-one installer for the latest official releases of all software components. Download, execute, enjoy!</td>
             <td> graphical frontend to LinuxSampler </td>  
295            </tr>            </tr>
296            </tbody>
297          </table>
298          <p class="default">
299            Additionally there are the following platform independent packages (note: "Fantasia" is already included with the Windows installer):
300          </p>
301          <table class="decorated">
302            <thead>
303            <tr>            <tr>
304              <td>              <td class="decorated_header">File Name</td>
305                <a name="jlscp"></a>              <td class="decorated_header">Description</td>
               <a  
  href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">  
 jlscp-0.3a.tar.bz2 </a> </td>  
             <td> --&gt; </td>  
             <td> a java LinuxSampler control protocol API </td>  
306            </tr>            </tr>
307            </thead>
308            <tbody>
309            <tr>            <tr>
310              <td>              <td class="decorated">
311                <a name="jsampler"></a>                <a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.8a.jar">
312                <a                  <img src="gfx/logos/java.png">Fantasia-0.8a.jar
313   href="http://downloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2">                </a>
314  JSampler-0.3a.tar.bz2 </a> </td>              </td>
315              <td> --&gt; </td>              <td class="decorated"> a frontend to LinuxSampler, modern skin-based distribution </td>
             <td> a java frontend to LinuxSampler </td>  
316            </tr>            </tr>
317            <tr>            <tr>
318                <td class="decorated">
319                  <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.8a.jar">
320                    <img src="gfx/logos/java.png">JS_Classic-0.8a.jar
321                  </a>
322                </td>
323                <td class="decorated"> a frontend to LinuxSampler, classic distribution </td>
324              </tr>
325          </tbody>          </tbody>
326        </table>        </table>
327          <br>
328    
329        <h2>Source Packages (Testing)</h2>        <h2>Source Packages</h2>
330        <table class="default">        <p class="default">
331            Source code packages of the latest official releases:
332          </p>
333          <table class="decorated">
334            <thead>
335              <tr>
336                <td class="decorated_header">File Name</td>
337                <td class="decorated_header">Description</td>
338              </tr>
339            </thead>
340          <tbody>          <tbody>
341            <tr>            <tr>
342              <td> <a              <td class="decorated">
343   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">                <a name="libgig"></a>
344  libgig-3.1.1.tar.bz2 </a> </td>                <a
345              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/libgig-3.2.1.tar.bz2">
346              <td> Gigasampler file access library (C++) </td>  libgig-3.2.1.tar.bz2 </a> </td>
347                <td class="decorated"> Gigasampler file access library (C++) </td>
348            </tr>            </tr>
349            <tr>            <tr>
350              <td> <a              <td class="decorated">
351   href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">                <a name="liblscp"></a>
352  liblscp-0.5.3.tar.gz </a> </td>                <a
353              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/liblscp-0.5.5.tar.gz">
354              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>  liblscp-0.5.5.tar.gz </a> </td>
355                <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
356            </tr>            </tr>
357            <tr>            <tr>
358              <td> <a              <td class="decorated">
359   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">                <a name="linuxsampler"></a>
360  linuxsampler-0.4.0.tar.bz2 </a> </td>                <a
361              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/linuxsampler-0.5.1.tar.bz2">
362              <td> sampler engine / backend </td>  linuxsampler-0.5.1.tar.bz2 </a> </td>
363                <td class="decorated"> sampler engine / backend </td>
364            </tr>            </tr>
365            <tr>            <tr>
366              <td> <a              <td class="decorated">
367   href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">                <a name="qsampler"></a>
368  qsampler-0.1.4.tar.gz </a> </td>                <a
369              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/qsampler-0.2.1.tar.gz">
370              <td> graphical frontend to LinuxSampler </td>  qsampler-0.2.1.tar.gz </a> </td>
371                <td class="decorated"> graphical frontend to LinuxSampler </td>
372            </tr>            </tr>
373            <tr>            <tr>
374              <td> <a              <td class="decorated">
375   href="http://downloads.sourceforge.net/jlscp/jlscp-0.4a.tar.bz2">                <a name="jlscp"></a>
376  jlscp-0.4a.tar.bz2 </a> </td>                <a
377              <td> --&gt; </td>   href="http://downloads.sourceforge.net/jlscp/jlscp-0.7a.tar.bz2">
378              <td> a java LinuxSampler control protocol API </td>  jlscp-0.7a.tar.bz2 </a> </td>
379                <td class="decorated"> a java LinuxSampler control protocol API </td>
380            </tr>            </tr>
381            <tr>            <tr>
382              <td> <a              <td class="decorated">
383   href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">                <a name="jsampler"></a>
384  JSampler-0.5a.tar.bz2 </a> </td>                <a
385              <td> --&gt; </td>   href="http://downloads.sourceforge.net/jsampler/JSampler-0.8a.tar.bz2">
386              <td> a java frontend to LinuxSampler </td>  JSampler-0.8a.tar.bz2 </a> </td>
387                <td class="decorated"> a java frontend to LinuxSampler </td>
388            </tr>            </tr>
389            <tr>            <tr>
390              <td>              <td class="decorated">
391                <a name="gigedit"></a>                <a name="gigedit"></a>
392                <a                <a
393   href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">   href="http://download.linuxsampler.org/packages/gigedit-0.1.1.tar.gz">
394  gigedit-0.0.3.tar.gz </a> </td>  gigedit-0.1.1.tar.gz </a> </td>
395              <td> --&gt; </td>              <td class="decorated"> an instrument editor for gig files </td>
             <td> an instrument editor for gig files </td>  
           </tr>  
396          </tbody>          </tbody>
397        </table>        </table>
398          <br>
399    
       <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>  
400        <a name="cvs"></a><h2>CVS</h2>        <a name="cvs"></a><h2>CVS</h2>
401        <p class="default"> This project's CVS repository can be checked        <p class="default"> This project's CVS repository can be checked
402  out through anonymous (pserver) CVS with the following instruction set.  out through anonymous (pserver) CVS with the following instruction set.
403  When prompted for a password for anonymous, simply press the Enter key.  When prompted for a password for anonymous, simply press the Enter key.
404  There are currently seven subprojects in the LinuxSampler project, pick  There are currently seven subprojects in the LinuxSampler project, pick
405  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>
406        <table class="default" border="0" cellpadding="1" cellspacing="5">  
407          <tbody>         <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
408            <tr>    co libgig
409              <td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
410              <pre class="code">1<br>2<br>3<br>4<br>5<br>6<br>7</pre>    co liblscp
411              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
412              <td width="100%">    co linuxsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
413              <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
414              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
415            </tr>    co jlscp
416          </tbody>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
417        </table>    co jsampler
418    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
419      co gigedit</pre>
420    
421        <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,
422        just for keeping track to the latest development version. For updating to        just for keeping track to the latest development version. For updating to
423        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
424        time from the checked out source directory:</p>        time from the checked out source directory:</p>
425        <table class="default" border="0" cellpadding="1" cellspacing="5">  
426          <tbody>        <pre class="code">cvs update -d -P</pre>
427            <tr>  
             <td>  
             <pre class="code">1</pre>  
             </td>  
             <td width="100%">  
             <pre class="code">cvs update -d -P</pre>  
             </td>  
           </tr>  
         </tbody>  
       </table>  
428        <p class="default"> You can also <a        <p class="default"> You can also <a
429   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
430  repository</a>. </p>  repository</a>. </p>
# Line 434  repository</a>. </p> Line 452  repository</a>. </p>
452            </tr>            </tr>
453          </tbody>          </tbody>
454        </table>        </table>
455        <p> <a        <p class="default"> <a
456   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>
457        <br>        <br>
458        </div>        </div>

Legend:
Removed from v.1246  
changed lines
  Added in v.1591

  ViewVC Help
Powered by ViewVC