/[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 1450 by schoenebeck, Tue Oct 16 13:07:08 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 souce 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 246  either. JSampler requires jlscp though. Line 250  either. JSampler requires jlscp though.
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>Source Packages (Stable)</h2>
253        <table class="default">        <table class="decorated">
254            <thead>
255              <tr>
256                <td class="decorated_header">File Name</td>
257                <td class="decorated_header">Description</td>
258              </tr>
259            </thead>
260          <tbody>          <tbody>
261            <tr>            <tr>
262              <td>              <td class="decorated">
263                <a name="libgig"></a>                <a name="libgig"></a>
264                <a                <a
265   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
266  libgig-3.1.1.tar.bz2 </a> </td>  libgig-3.1.1.tar.bz2 </a> </td>
267              <td> --&gt; </td>              <td class="decorated"> Gigasampler file access library (C++) </td>
             <td> Gigasampler file access library (C++) </td>  
268            </tr>            </tr>
269            <tr>            <tr>
270              <td>              <td class="decorated">
271                <a name="liblscp"></a>                <a name="liblscp"></a>
272                <a                <a
273   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">   href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">
274  liblscp-0.3.3.tar.gz </a> </td>  liblscp-0.5.3.tar.gz </a> </td>
275              <td> --&gt; </td>              <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
             <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>  
276            </tr>            </tr>
277            <tr>            <tr>
278              <td>              <td class="decorated">
279                <a name="linuxsampler"></a>                <a name="linuxsampler"></a>
280                <a                <a
281   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
282  linuxsampler-0.4.0.tar.bz2 </a> </td>  linuxsampler-0.4.0.tar.bz2 </a> </td>
283              <td> --&gt; </td>              <td class="decorated"> sampler engine / backend </td>
             <td> sampler engine / backend </td>  
284            </tr>            </tr>
285            <tr>            <tr>
286              <td>              <td class="decorated">
287                <a name="qsampler"></a>                <a name="qsampler"></a>
288                <a                <a
289   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">   href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">
290  qsampler-0.1.3.tar.gz </a> </td>  qsampler-0.1.4.tar.gz </a> </td>
291              <td> --&gt; </td>              <td class="decorated"> graphical frontend to LinuxSampler </td>
             <td> graphical frontend to LinuxSampler </td>  
292            </tr>            </tr>
293            <tr>            <tr>
294              <td>              <td class="decorated">
295                <a name="jlscp"></a>                <a name="jlscp"></a>
296                <a                <a
297   href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">   href="http://downloads.sourceforge.net/jlscp/jlscp-0.5a.tar.bz2">
298  jlscp-0.3a.tar.bz2 </a> </td>  jlscp-0.5a.tar.bz2 </a> </td>
299              <td> --&gt; </td>              <td class="decorated"> a java LinuxSampler control protocol API </td>
             <td> a java LinuxSampler control protocol API </td>  
300            </tr>            </tr>
301            <tr>            <tr>
302              <td>              <td class="decorated">
303                <a name="jsampler"></a>                <a name="jsampler"></a>
304                <a                <a
305   href="http://downloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2">   href="http://downloads.sourceforge.net/jsampler/JSampler-0.6a.tar.bz2">
306  JSampler-0.3a.tar.bz2 </a> </td>  JSampler-0.6a.tar.bz2 </a> </td>
307              <td> --&gt; </td>              <td class="decorated"> a java frontend to LinuxSampler </td>
             <td> a java frontend to LinuxSampler </td>  
308            </tr>            </tr>
309            <tr>            <tr>
310          </tbody>          </tbody>
311        </table>        </table>
312    
313        <h2>Source Packages (Testing)</h2>        <h2>Source Packages (Testing)</h2>
314        <table class="default">        <table class="decorated">
315            <thead>
316              <tr>
317                <td class="decorated_header">File Name</td>
318                <td class="decorated_header">Description</td>
319              </tr>
320            </thead>
321          <tbody>          <tbody>
322            <tr>            <tr>
323              <td> <a              <td class="decorated"> <a
324   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">   href="http://download.linuxsampler.org/packages/libgig-3.2.0.tar.bz2">
325  libgig-3.1.1.tar.bz2 </a> </td>  libgig-3.2.0.tar.bz2 </a> </td>
326              <td> --&gt; </td>              <td class="decorated"> Gigasampler file access library (C++) </td>
             <td> Gigasampler file access library (C++) </td>  
327            </tr>            </tr>
328            <tr>            <tr>
329              <td> <a              <td class="decorated"> <a
330   href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">   href="http://download.linuxsampler.org/packages/liblscp-0.5.5.tar.gz">
331  liblscp-0.5.3.tar.gz </a> </td>  liblscp-0.5.5.tar.gz </a> </td>
332              <td> --&gt; </td>              <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
             <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>  
333            </tr>            </tr>
334            <tr>            <tr>
335              <td> <a              <td class="decorated"> <a
336   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">   href="http://download.linuxsampler.org/packages/linuxsampler-0.5.0.tar.bz2">
337  linuxsampler-0.4.0.tar.bz2 </a> </td>  linuxsampler-0.5.0.tar.bz2 </a> </td>
338              <td> --&gt; </td>              <td class="decorated"> sampler engine / backend </td>
             <td> sampler engine / backend </td>  
339            </tr>            </tr>
340            <tr>            <tr>
341              <td> <a              <td class="decorated"> <a
342   href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">   href="http://download.linuxsampler.org/packages/qsampler-0.1.5.tar.gz">
343  qsampler-0.1.4.tar.gz </a> </td>  qsampler-0.1.5.tar.gz </a> </td>
344              <td> --&gt; </td>              <td class="decorated"> graphical frontend to LinuxSampler </td>
             <td> graphical frontend to LinuxSampler </td>  
345            </tr>            </tr>
346            <tr>            <tr>
347              <td> <a              <td class="decorated"> <a
348   href="http://downloads.sourceforge.net/jlscp/jlscp-0.4a.tar.bz2">   href="http://downloads.sourceforge.net/jlscp/jlscp-0.6a.tar.bz2">
349  jlscp-0.4a.tar.bz2 </a> </td>  jlscp-0.6a.tar.bz2 </a> </td>
350              <td> --&gt; </td>              <td class="decorated"> a java LinuxSampler control protocol API </td>
             <td> a java LinuxSampler control protocol API </td>  
351            </tr>            </tr>
352            <tr>            <tr>
353              <td> <a              <td class="decorated"> <a
354   href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">   href="http://downloads.sourceforge.net/jsampler/JSampler-0.7a.tar.bz2">
355  JSampler-0.5a.tar.bz2 </a> </td>  JSampler-0.7a.tar.bz2 </a> </td>
356              <td> --&gt; </td>              <td class="decorated"> a java frontend to LinuxSampler </td>
             <td> a java frontend to LinuxSampler </td>  
357            </tr>            </tr>
358            <tr>            <tr>
359              <td>              <td class="decorated">
360                <a name="gigedit"></a>                <a name="gigedit"></a>
361                <a                <a
362   href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">   href="http://download.linuxsampler.org/packages/gigedit-0.1.0.tar.gz">
363  gigedit-0.0.3.tar.gz </a> </td>  gigedit-0.1.0.tar.gz </a> </td>
364              <td> --&gt; </td>              <td class="decorated"> an instrument editor for gig files </td>
             <td> an instrument editor for gig files </td>  
365            </tr>            </tr>
366          </tbody>          </tbody>
367        </table>        </table>
# Line 369  gigedit-0.0.3.tar.gz </a> </td> Line 372  gigedit-0.0.3.tar.gz </a> </td>
372  packages</a> and <a  packages</a> and <a
373   href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a>   href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a>
374  for i386 only, bleeding edge <a href="http://download.linuxsampler.org/packages/gentoo/">Gentoo ebuilds</a>  for i386 only, bleeding edge <a href="http://download.linuxsampler.org/packages/gentoo/">Gentoo ebuilds</a>
375  and platform-independent <a  and platform-independent Java packages
376   href="http://prdownloads.sourceforge.net/jsampler/JS_Classic-0.2a.jar?download">  (<a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.7a.jar">Fantasia 0.7a</a>,
377  Java packages</a> (for JS Classic 0.2a, java frontend for LinuxSampler).   <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.7a.jar">JS Classic 0.7a</a>).
378  For libgig you can find <a href="http://download.linuxsampler.org/packages/win32/">Windows binaries</a> as well.</p>  For gigedit and libgig you can find <a href="http://download.linuxsampler.org/packages/win32/">Windows binaries</a> as well.</p>
379        <a name="cvs"></a><h2>CVS</h2>        <a name="cvs"></a><h2>CVS</h2>
380        <p class="default"> This project's CVS repository can be checked        <p class="default"> This project's CVS repository can be checked
381  out through anonymous (pserver) CVS with the following instruction set.  out through anonymous (pserver) CVS with the following instruction set.
382  When prompted for a password for anonymous, simply press the Enter key.  When prompted for a password for anonymous, simply press the Enter key.
383  There are currently seven subprojects in the LinuxSampler project, pick  There are currently seven subprojects in the LinuxSampler project, pick
384  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>
385        <table class="default" border="0" cellpadding="1" cellspacing="5">  
386          <tbody>         <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
387            <tr>    co libgig
388              <td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
389              <pre class="code">1<br>2<br>3<br>4<br>5<br>6<br>7</pre>    co liblscp
390              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
391              <td width="100%">    co linuxsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
392              <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
393              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
394            </tr>    co jlscp
395          </tbody>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
396        </table>    co jsampler
397    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
398      co gigedit</pre>
399    
400        <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,
401        just for keeping track to the latest development version. For updating to        just for keeping track to the latest development version. For updating to
402        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
403        time from the checked out source directory:</p>        time from the checked out source directory:</p>
404        <table class="default" border="0" cellpadding="1" cellspacing="5">  
405          <tbody>        <pre class="code">cvs update -d -P</pre>
406            <tr>  
             <td>  
             <pre class="code">1</pre>  
             </td>  
             <td width="100%">  
             <pre class="code">cvs update -d -P</pre>  
             </td>  
           </tr>  
         </tbody>  
       </table>  
407        <p class="default"> You can also <a        <p class="default"> You can also <a
408   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
409  repository</a>. </p>  repository</a>. </p>
# Line 434  repository</a>. </p> Line 431  repository</a>. </p>
431            </tr>            </tr>
432          </tbody>          </tbody>
433        </table>        </table>
434        <p> <a        <p class="default"> <a
435   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>
436        <br>        <br>
437        </div>        </div>

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

  ViewVC Help
Powered by ViewVC