/[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 1576 by schoenebeck, Fri Dec 7 08:14:05 2007 UTC revision 2379 by schoenebeck, Sun Nov 4 14:46:28 2012 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                    donationsover = new Image();
51                    donationsover.src = dir + "mdonationshover.png";
52    
53                    donationsout = new Image();
54                    donationsout.src = dir + "mdonations.png";
55    
56                    supportover = new Image();
57                    supportover.src = dir + "msupporthover.png";
58                    supportout = new Image();
59                    supportout.src = dir + "msupport.png";
60    
61                  developersover = new Image();                  developersover = new Image();
62                  developersover.src = dir + "mdevelopershover.png";                  developersover.src = dir + "mdevelopershover.png";
63    
# Line 93  Line 104 
104          </script>          </script>
105  </head>  </head>
106  <body>  <body>
107  <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg"  <div id="mainwindow"><div class="lsbackground"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler"></div>
  alt="LinuxSampler">  
108  <h1><span class="hidden">The LinuxSampler Project</span></h1>  <h1><span class="hidden">The LinuxSampler Project</span></h1>
109  <table border="0" cellpadding="0" cellspacing="0">  <table border="0" cellpadding="0" cellspacing="0">
110    <tbody>    <tbody>
# Line 126  Line 136 
136   href="downloads.html"   href="downloads.html"
137   onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"   onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"
138   onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img   onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img
139   name="downloads" src="gfx/mdownloads.png" alt="download"></a> <a   name="downloads" src="gfx/mdownloads.png" alt="download"></a>
140                            <a id="donations" href="donations.html" onmouseover="javascript:if(document.images)document.donations.src = donationsover.src" onmouseout="javascript:if(document.images)document.donations.src = donationsout.src"><img name="donations" src="gfx/mdonations.png" alt="donations"></a>
141     <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>
142     <a
143   id="developers" href="developers.html"   id="developers" href="developers.html"
144   onmouseover="javascript:if(document.images)document.developers.src = developersover.src"   onmouseover="javascript:if(document.images)document.developers.src = developersover.src"
145   onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img   onmouseout="javascript:if(document.images)document.developers.src = developersout.src"><img
# Line 154  Line 167 
167   href="credits.html"   href="credits.html"
168   onmouseover="javascript:if(document.images)document.credits.src = creditsover.src"   onmouseover="javascript:if(document.images)document.credits.src = creditsover.src"
169   onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img   onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img
170   name="credits" src="gfx/mcredits.png" alt="credits"></a> </td>   name="credits" src="gfx/mcredits.png" alt="credits"></a>
171    
172    <div class="boxed">
173    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
174    <input type="hidden" name="cmd" value="_s-xclick">
175    <input type="hidden" name="hosted_button_id" value="6746056">
176    <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
177    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
178    </form>
179    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
180    <input type="hidden" name="cmd" value="_s-xclick">
181    <input type="hidden" name="hosted_button_id" value="6746149">
182    <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
183    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
184    </form>
185    <table><tr>
186    <td><a href="http://en.wikipedia.org/wiki/Bitcoin"><img src="gfx/logos/bitcoin32.png" alt="Bitcoins"></a></td>
187    <td>Or donate Bitcoins at:</td>
188    </tr></table>
189    <pre class="btcaddr">1Q9CK7xUhMNWryqYTZLbUTXbrjpYYtwvng</pre>
190    <hr>
191    <a href="donations.html">Why donate?</a>
192    </div>
193    <p>
194    <div class="">
195    <center>
196    <script type="text/javascript"><!--
197    google_ad_client = "pub-3408196773880325";
198    /* 120x600, created 8/3/09 */
199    google_ad_slot = "2910827959";
200    google_ad_width = 120;
201    google_ad_height = 600;
202    //-->
203    </script>
204    <script type="text/javascript"
205    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
206    </script>
207    </center>
208    </div>
209    
210          </td>
211    
212        <td valign="top" width="100%">        <td valign="top" width="100%">
213        <div id="contents">        <div id="contents">
214    
# Line 168  Line 222 
222            <td class="bordered">            <td class="bordered">
223              <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>              <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>
224            </td>            </td>
225            <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>            <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
226          </tr>          </tr>
227          <tr>          <tr>
228            <td class="bordered">            <td class="bordered">
229               <a class="info" href=#jlscp>jlscp<span class='info'>A java LinuxSampler control protocol API.</span></a>               <a class="info" href=#jlscp>jlscp<span class='info'>A java LinuxSampler control protocol API.</span></a>
230            </td>            </td>
231            <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> v2</td>            <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> v2</td>
232          </tr>          </tr>
233          <tr>          <tr>
234            <td class="bordered">            <td class="bordered">
235                <a class="info" href=#jsampler>JSampler<span class='info'>A graphical frontend to LinuxSampler, written in Java.</span></a>                <a class="info" href=#jsampler>JSampler<span class='info'>A graphical frontend to LinuxSampler, written in Java.</span></a>
236            </td>            </td>
237            <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> v2</td>            <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a> v2</td>
238          </tr>          </tr>
239          <tr>          <tr>
240            <td class="bordered">            <td class="bordered">
241              <a class="info" href=#libgig>libgig<span class='info'>Gigasampler file access library (C++), for loading, modifying and creating gig files.</span></a>              <a class="info" href=#libgig>libgig<span class='info'>Gigasampler file access library (C++), for loading, modifying and creating gig files.</span></a>
242            </td>            </td>
243            <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>            <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
244          </tr>          </tr>
245          <tr>          <tr>
246            <td class="bordered">            <td class="bordered">
247              <a class="info" href=#liblscp>liblscp<span class='info'>LinuxSampler Control Protocol (LSCP) wrapper C library.</span></a>              <a class="info" href=#liblscp>liblscp<span class='info'>LinuxSampler Control Protocol (LSCP) wrapper C library.</span></a>
248            </td>            </td>
249            <td> -> (pure) <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a></td>            <td> -> (pure) <a href="http://www.gnu.org/licenses/lgpl.html" title="GNU Lesser General Public License">LGPL</a></td>
250          </tr>          </tr>
251          <tr>          <tr>
252            <td class="bordered">            <td class="bordered">
253              <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>              <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>
254            </td>            </td>
255            <td> -> <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> with <a href="#exception"><u><i>commercial exception</i></u>*</a></td>            <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>
256          </tr>          </tr>
257          <tr>          <tr>
258            <td class="bordered">            <td class="bordered">
259              <a class="info" href=#qsampler>QSampler<span class='info'>Graphical frontend to LinuxSampler (written in C++, based on the Qt toolkit).</span></a>              <a class="info" href=#qsampler>QSampler<span class='info'>Graphical frontend to LinuxSampler (written in C++, based on the Qt toolkit).</span></a>
260            </td>            </td>
261            <td> -> (pure) <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></td>            <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
262          </tr>          </tr>
263        </tbody>        </tbody>
264        </table>        </table>
265    
266        <a name="exception"></a>        <a name="exception"></a>
267        <p class="caution">        <p class="caution">
268        [*] LinuxSampler is licensed under the GNU GPL license with the exception that        [*] LinuxSampler is licensed under the GNU GPL with the exception that
269        <b>USAGE</b> of the source code, libraries and applications        <b>USAGE</b> of the source code, libraries and applications
270        <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>        <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>
271        without prior written permission by the LinuxSampler authors.        without prior written permission by the LinuxSampler authors.
272        If you have questions on the subject, that are not yet covered by the        If you have questions on the subject, that are not yet covered by the
273        <a href="faq.html#commercial_products">FAQ</a>,        <a href="faq.html#commercial_products" title="Frequently Asked Questions">FAQ</a>,
274        please <a href="developers.html">contact us</a>.        please <a href="developers.html" title="the LinuxSampler developers">contact us</a>.
275        </p>        </p>
276    
277        <h2>Dependencies</h2>        <h2>Dependencies</h2>
# Line 249  with LinuxSampler via TCP, so there is n Line 303  with LinuxSampler via TCP, so there is n
303  either. JSampler requires jlscp though. You have to compile and install  either. JSampler requires jlscp though. You have to compile and install
304  libgig before being able to compile and use gigedit.</p>  libgig before being able to compile and use gigedit.</p>
305    
306        <h2>Source Packages (Stable)</h2>        <h2>Binary Packages</h2>
307          <p class="default">
308            We currently provide pre-compiled binaries for the following operating systems:
309          </p>
310        <table class="decorated">        <table class="decorated">
311          <thead>          <thead>
312            <tr>            <tr>
313              <td class="decorated_header">File Name</td>              <td class="decorated_header">Operating System</td>
314              <td class="decorated_header">Description</td>              <td class="decorated_header">Description</td>
315            </tr>            </tr>
316          </thead>          </thead>
317          <tbody>          <tbody>
318            <tr>            <tr>
319              <td class="decorated">              <td class="decorated">
320                <a name="libgig"></a>                <a href="http://download.linuxsampler.org/packages/debian/" title=".deb binary packages">
321                <a                  <img src="gfx/logos/debian.png">Debian "Lenny"
322   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">                </a>
323  libgig-3.1.1.tar.bz2 </a> </td>              </td>
324              <td class="decorated"> Gigasampler file access library (C++) </td>              <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New versions!</div>--> Individual Debian (.deb) binary package for each software component, compiled for i486 (Debian <i>stable</i>, a.k.a "Lenny"). </td>
325            </tr>            </tr>
326            <tr>            <tr>
327              <td class="decorated">              <td class="decorated">
328                <a name="liblscp"></a>                <a href="http://download.linuxsampler.org/packages/ubuntu/" title=".deb binary packages">
329                <a                  <img src="gfx/logos/ubuntu.png">Ubuntu "Hardy Heron"
330   href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">                </a>
331  liblscp-0.5.3.tar.gz </a> </td>              </td>
332              <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>              <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New supported OS!</div>--> Individual Ubuntu (.deb) binary package for each software component, compiled for i486 (Ubuntu 8.04 <i>LTS</i>, a.k.a "Hardy Heron"). </td>
333            </tr>            </tr>
334            <tr>            <tr>
335              <td class="decorated">              <td class="decorated">
336                <a name="linuxsampler"></a>                <a href="http://download.linuxsampler.org/packages/gentoo/" title="ebuilds">
337                <a                  <img src="gfx/logos/gentoo.png">Gentoo
338   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">                </a>
339  linuxsampler-0.4.0.tar.bz2 </a> </td>              </td>
340              <td class="decorated"> sampler engine / backend </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>
341            </tr>            </tr>
342            <tr>            <tr>
343              <td class="decorated">              <td class="decorated">
344                <a name="qsampler"></a>                <a href="http://download.linuxsampler.org/packages/rpms/">
345                <a                  <img src="gfx/logos/suse.png" title=".rpm packages">Suse
346   href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">                </a>
347  qsampler-0.1.4.tar.gz </a> </td>              </td>
348              <td class="decorated"> graphical frontend to LinuxSampler </td>              <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New versions!</div>--> Individual RPM package for each software component for openSUSE 11.1, compiled for i586 and x86_64. </td>
349            </tr>            </tr>
350            <tr>            <tr>
351              <td class="decorated">              <td class="decorated">
352                <a name="jlscp"></a>                <a href="http://download.linuxsampler.org/packages/win32/snapshots/" title="all-in-one installer">
353                <a                  <img src="gfx/logos/windows.png">Windows
354   href="http://downloads.sourceforge.net/jlscp/jlscp-0.5a.tar.bz2">                </a>
355  jlscp-0.5a.tar.bz2 </a> </td>              </td>
356              <td class="decorated"> a java LinuxSampler control protocol API </td>              <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> Self-extracting all-in-one installer of all software components for Windows. It includes native 64 bit and native 32 bit binaries, standalone and VST plugin versions. The windows binaries are snapshots which are automatically built on our server from the latest Subversion (development) version of the sampler. We recommend you to always download the latest snapshot.</td>
357            </tr>            </tr>
358            <tr>            <tr>
359              <td class="decorated">              <td class="decorated">
360                <a name="jsampler"></a>                <a href="http://download.linuxsampler.org/packages/osx/snapshots/" title="all-in-one installer">
361                <a                  <img src="gfx/logos/apple.png">Mac
362   href="http://downloads.sourceforge.net/jsampler/JSampler-0.6a.tar.bz2">                </a>
363  JSampler-0.6a.tar.bz2 </a> </td>              </td>
364              <td class="decorated"> a java frontend to LinuxSampler </td>              <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> All-in-one installer (Diskimage) of the current official releases of the software components for Mac OS X. This is a universal binary, natively supporting PPC, i386 and x64. It includes standalone and Audio Unit plugin versions of the sampler (<b>Note:</b> the Mac installer does <b>not</b> include gigedit yet!). The OS X binaries are snapshots which are automatically built on our server from the latest Subversion (development) version of the sampler. We recommend you to always download the latest snapshot.</td>
365              </tr>
366            </tbody>
367          </table>
368          <p class="default">
369            Additionally there are the following platform independent Java executable
370            packages (note: you need to have the
371            <a href="http://www.java.com/getjava/" title="JRE 6">Java Runtime
372            Environment 6</a> installed to be able to execute these software
373            packages on your computer):
374          </p>
375          <table class="decorated">
376            <thead>
377              <tr>
378                <td class="decorated_header">File Name</td>
379                <td class="decorated_header">Description</td>
380              </tr>
381            </thead>
382            <tbody>
383              <tr>
384                <td class="decorated">
385                  <a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.9.jar" title="JSampler *Fantasia*">
386                    <img src="gfx/logos/java.png">Fantasia-0.9.jar
387                  </a>
388                </td>
389                <td class="decorated">
390                    <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>-->
391                    JSampler "Fantasia", a frontend to LinuxSampler,
392                    modern skin-based distribution of JSampler (note: "Fantasia" is
393                    already included with the Windows installer)</td>
394            </tr>            </tr>
395            <tr>            <tr>
396                <td class="decorated">
397                  <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.8a-cvs4.jar" title="JSampler *Classic*">
398                    <img src="gfx/logos/java.png">JS_Classic-0.8a-cvs4.jar
399                  </a>
400                </td>
401                <td class="decorated"> JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler </td>
402              </tr>
403          </tbody>          </tbody>
404        </table>        </table>
405          <br>
406    
407        <h2>Source Packages (Testing)</h2>        <h2>Source Packages</h2>
408          <p class="default">
409            Source code packages of the latest official releases:
410          </p>
411        <table class="decorated">        <table class="decorated">
412          <thead>          <thead>
413            <tr>            <tr>
# Line 320  JSampler-0.6a.tar.bz2 </a> </td> Line 417  JSampler-0.6a.tar.bz2 </a> </td>
417          </thead>          </thead>
418          <tbody>          <tbody>
419            <tr>            <tr>
420              <td class="decorated"> <a              <td class="decorated">
421   href="http://download.linuxsampler.org/packages/libgig-3.2.1.tar.bz2">                <a name="libgig"></a>
422  libgig-3.2.1.tar.bz2 </a> </td>                <a
423              <td class="decorated"> Gigasampler file access library (C++) </td>   href="http://download.linuxsampler.org/packages/libgig-3.3.0.tar.bz2">
424    libgig-3.3.0.tar.bz2 </a> </td>
425                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> Gigasampler file access library (C++) </td>
426            </tr>            </tr>
427            <tr>            <tr>
428              <td class="decorated"> <a              <td class="decorated">
429   href="http://download.linuxsampler.org/packages/liblscp-0.5.5.tar.gz">                <a name="liblscp"></a>
430  liblscp-0.5.5.tar.gz </a> </td>                <a
431              <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>   href="http://download.linuxsampler.org/packages/liblscp-0.5.6.tar.gz">
432    liblscp-0.5.6.tar.gz </a> </td>
433                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> LinuxSampler Control Protocol (LSCP) wrapper library </td>
434            </tr>            </tr>
435            <tr>            <tr>
436              <td class="decorated"> <a              <td class="decorated">
437   href="http://download.linuxsampler.org/packages/linuxsampler-0.5.1.tar.bz2">                <a name="linuxsampler"></a>
438  linuxsampler-0.5.1.tar.bz2 </a> </td>                <a
439              <td class="decorated"> sampler engine / backend </td>   href="http://download.linuxsampler.org/packages/linuxsampler-1.0.0.tar.bz2">
440    linuxsampler-1.0.0.tar.bz2 </a> </td>
441                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> sampler engine / backend </td>
442            </tr>            </tr>
443            <tr>            <tr>
444              <td class="decorated"> <a              <td class="decorated">
445   href="http://download.linuxsampler.org/packages/qsampler-0.2.1.tar.gz">                <a name="qsampler"></a>
446  qsampler-0.2.1.tar.gz </a> </td>                <a
447              <td class="decorated"> graphical frontend to LinuxSampler </td>   href="http://download.linuxsampler.org/packages/qsampler-0.2.2.tar.gz">
448    qsampler-0.2.2.tar.gz </a> </td>
449                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> graphical frontend to LinuxSampler </td>
450            </tr>            </tr>
451            <tr>            <tr>
452              <td class="decorated"> <a              <td class="decorated">
453   href="http://downloads.sourceforge.net/jlscp/jlscp-0.7a.tar.bz2">                <a name="jlscp"></a>
454  jlscp-0.7a.tar.bz2 </a> </td>                <a
455              <td class="decorated"> a java LinuxSampler control protocol API </td>   href="http://downloads.sourceforge.net/jlscp/jlscp-0.8.tar.bz2">
456    jlscp-0.8.tar.bz2 </a> </td>
457                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> a java LinuxSampler control protocol API </td>
458            </tr>            </tr>
459            <tr>            <tr>
460              <td class="decorated"> <a              <td class="decorated">
461   href="http://downloads.sourceforge.net/jsampler/JSampler-0.8a.tar.bz2">                <a name="jsampler"></a>
462  JSampler-0.8a.tar.bz2 </a> </td>                <a
463              <td class="decorated"> a java frontend to LinuxSampler </td>   href="http://downloads.sourceforge.net/jsampler/JSampler-0.9.tar.bz2">
464    JSampler-0.9.tar.bz2 </a> </td>
465                <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> a java frontend to LinuxSampler </td>
466            </tr>            </tr>
467            <tr>            <tr>
468              <td class="decorated">              <td class="decorated">
469                <a name="gigedit"></a>                <a name="gigedit"></a>
470                <a                <a
471   href="http://download.linuxsampler.org/packages/gigedit-0.1.1.tar.gz">   href="http://download.linuxsampler.org/packages/gigedit-0.2.0.tar.gz">
472  gigedit-0.1.1.tar.gz </a> </td>  gigedit-0.2.0.tar.gz </a> </td>
473              <td class="decorated"> an instrument editor for gig files </td>              <td class="decorated"> <!--<div style="font-weight: bold; color: #ff0000;">New version!</div>--> an instrument editor for gig files </td>
           </tr>  
474          </tbody>          </tbody>
475        </table>        </table>
476          <br>
477    
478        <h2>Binary Packages</h2>        <a name="svn"></a><h2>Subversion</h2>
479        <p class="default"> There are currently <a        <p class="default"> This project's Subversion repository can be checked
480   href="http://download.linuxsampler.org/packages/debian/">Debian  out through anonymous Subversion with the following instruction set.
 packages</a> and <a  
  href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a>,  
 bleeding edge <a href="http://download.linuxsampler.org/packages/gentoo/">Gentoo ebuilds</a>,  
 platform-independent Java packages  
 (<a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.7a.jar">Fantasia 0.7a</a>,  
  <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.7a.jar">JS Classic 0.7a</a>)  
 and finally also <a href="http://download.linuxsampler.org/packages/win32/">Windows binaries</a>  
 for all our components.</p>  
       <a name="cvs"></a><h2>CVS</h2>  
       <p class="default"> This project's CVS repository can be checked  
 out through anonymous (pserver) CVS with the following instruction set.  
 When prompted for a password for anonymous, simply press the Enter key.  
481  There are currently seven subprojects in the LinuxSampler project, pick  There are currently seven subprojects in the LinuxSampler project, pick
482  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>
483    
484         <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \         <pre class="code">svn co https://svn.linuxsampler.org/svn/libgig/trunk libgig
485    co libgig  svn co https://svn.linuxsampler.org/svn/liblscp/trunk liblscp
486  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \  svn co https://svn.linuxsampler.org/svn/linuxsampler/trunk linuxsampler
487    co liblscp  svn co https://svn.linuxsampler.org/svn/qsampler/trunk qsampler
488  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \  svn co https://svn.linuxsampler.org/svn/jlscp/trunk jlscp
489    co linuxsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \  svn co https://svn.linuxsampler.org/svn/jsampler/trunk jsampler
490    co qsampler  svn co https://svn.linuxsampler.org/svn/gigedit/trunk gigedit</pre>
491  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \  
492    co jlscp        <p class="default"> You don't need to checkout the sources again
493  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \        later on, just for keeping track to the latest development
494    co jsampler        version. For updating to the latest Subversion version you can
495  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \        simply run the following command at any time from the checked
496    co gigedit</pre>        out source directory:</p>
497    
498        <p class="default"> You don't need to checkout the sources again later on,        <pre class="code">svn update</pre>
499        just for keeping track to the latest development version. For updating to  
500        the latest CVS version you can simply run the following command at any        <p class="default"> You can
501        time from the checked out source directory:</p>   also <a href="http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/">browse
502     the Subversion repository</a>. </p>
       <pre class="code">cvs update -d -P</pre>  
   
       <p class="default"> You can also <a  
  href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS  
 repository</a>. </p>  
503        <h2>Bootsplash theme</h2>        <h2>Bootsplash theme</h2>
504        <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>        <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>
505        <table class="default">        <table class="default">

Legend:
Removed from v.1576  
changed lines
  Added in v.2379

  ViewVC Help
Powered by ViewVC