/[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 2011 by iliev, Fri Oct 23 17:12:01 2009 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 126  Line 137 
137   href="downloads.html"   href="downloads.html"
138   onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"   onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"
139   onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img   onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img
140   name="downloads" src="gfx/mdownloads.png" alt="download"></a> <a   name="downloads" src="gfx/mdownloads.png" alt="download"></a>
141                            <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>
142     <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>
143     <a
144   id="developers" href="developers.html"   id="developers" href="developers.html"
145   onmouseover="javascript:if(document.images)document.developers.src = developersover.src"   onmouseover="javascript:if(document.images)document.developers.src = developersover.src"
146   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 168 
168   href="credits.html"   href="credits.html"
169   onmouseover="javascript:if(document.images)document.credits.src = creditsover.src"   onmouseover="javascript:if(document.images)document.credits.src = creditsover.src"
170   onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img   onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img
171   name="credits" src="gfx/mcredits.png" alt="credits"></a> </td>   name="credits" src="gfx/mcredits.png" alt="credits"></a>
172    
173    <div class="boxed">
174    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
175    <input type="hidden" name="cmd" value="_s-xclick">
176    <input type="hidden" name="hosted_button_id" value="6746056">
177    <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!">
178    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
179    </form>
180    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
181    <input type="hidden" name="cmd" value="_s-xclick">
182    <input type="hidden" name="hosted_button_id" value="6746149">
183    <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!">
184    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
185    </form>
186    <a href="donations.html">Why donate?</a>
187    </div>
188    <p>
189    <div class="">
190    <center>
191    <script type="text/javascript"><!--
192    google_ad_client = "pub-3408196773880325";
193    /* 120x600, created 8/3/09 */
194    google_ad_slot = "2910827959";
195    google_ad_width = 120;
196    google_ad_height = 600;
197    //-->
198    </script>
199    <script type="text/javascript"
200    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
201    </script>
202    </center>
203    </div>
204    
205          </td>
206    
207        <td valign="top" width="100%">        <td valign="top" width="100%">
208        <div id="contents">        <div id="contents">
209    
# Line 166  Line 215 
215        <tbody>        <tbody>
216          <tr>          <tr>
217            <td class="bordered">            <td class="bordered">
218              <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>
219            </td>            </td>
220            <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>
221          </tr>          </tr>
222          <tr>          <tr>
223            <td class="bordered">            <td class="bordered">
224               <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>
225            </td>            </td>
226            <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>
227          </tr>          </tr>
228          <tr>          <tr>
229            <td class="bordered">            <td class="bordered">
230                <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>
231            </td>            </td>
232            <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>
233          </tr>          </tr>
234          <tr>          <tr>
235            <td class="bordered">            <td class="bordered">
236              <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>
237            </td>            </td>
238            <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>
239          </tr>          </tr>
240          <tr>          <tr>
241            <td class="bordered">            <td class="bordered">
242              <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>
243            </td>            </td>
244            <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>
245            </tr>
246            <tr>
247              <td class="bordered">
248                <a class="info" href=#libsf2>libsf2<span class='info'>SF2 format file access library.</span></a>
249              </td>
250              <td> -> (pure) <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" title="GNU General Public License">GPL</a></td>
251          </tr>          </tr>
252    
253          <tr>          <tr>
254            <td class="bordered">            <td class="bordered">
255              <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>
256            </td>            </td>
257            <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>
258          </tr>          </tr>
259          <tr>          <tr>
260            <td class="bordered">            <td class="bordered">
261              <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>
262            </td>            </td>
263            <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>
264          </tr>          </tr>
265        </tbody>        </tbody>
266        </table>        </table>
267    
268        <a name="exception"></a>        <a name="exception"></a>
269        <p class="default">        <p class="caution">
270  * LinuxSampler is licensed under the GNU GPL license with the exception that<br>        [*] LinuxSampler is licensed under the GNU GPL with the exception that
271  <b>COMMERCIAL USE</b> of the souce code, libraries and applications is<br>        <b>USAGE</b> of the source code, libraries and applications
272  <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>        <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>
273  If you have questions on the subject please <A HREF="developers.html">contact us</A>.<br>        without prior written permission by the LinuxSampler authors.
274          If you have questions on the subject, that are not yet covered by the
275          <a href="faq.html#commercial_products" title="Frequently Asked Questions">FAQ</a>,
276          please <a href="developers.html" title="the LinuxSampler developers">contact us</a>.
277          </p>
278    
279        <h2>Dependencies</h2>        <h2>Dependencies</h2>
280        <p class="default"> The following figure illustrates the compile        <p class="default"> The following figure illustrates the compile
281  time / linker dependencies. </p>  time / linker dependencies.</p>
282        <div style="line-height: 1.2em;">        <div style="line-height: 1.2em;">
283        <pre>                                  <strong>gigedit</strong>        <pre class="figure">                                  <strong>gigedit</strong>
284                                       |                                       |
285                                  (mandatory)                                  (mandatory)
286                                       |                                       |
# Line 230  time / linker dependencies. </p> Line 291  time / linker dependencies. </p>
291        (mandatory)               (mandatory)    (mandatory)        (mandatory)               (mandatory)    (mandatory)
292             |                         |              |             |                         |              |
293             V                         |              V             V                         |              V
294          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong>          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong></pre>
                           </pre>  
295        </div>        </div>
296        <p class="default"> Or again in words: you have to compile and        <p class="default"> Or again in words: you have to compile and
297  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 305  with LinuxSampler via TCP, so there is n
305  either. JSampler requires jlscp though. You have to compile and install  either. JSampler requires jlscp though. You have to compile and install
306  libgig before being able to compile and use gigedit.</p>  libgig before being able to compile and use gigedit.</p>
307    
308        <h2>Source Packages (Stable)</h2>        <h2>Binary Packages</h2>
309        <table class="default">        <p class="default">
310            We currently provide pre-compiled binaries for the following operating systems:
311          </p>
312          <table class="decorated">
313            <thead>
314              <tr>
315                <td class="decorated_header">Operating System</td>
316                <td class="decorated_header">Description</td>
317              </tr>
318            </thead>
319          <tbody>          <tbody>
320            <tr>            <tr>
321              <td>              <td class="decorated">
322                <a name="libgig"></a>                <a href="http://download.linuxsampler.org/packages/debian/" title=".deb binary packages">
323                <a                  <img src="gfx/logos/debian.png">Debian "Lenny"
324   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">                </a>
325  libgig-3.1.1.tar.bz2 </a> </td>              </td>
326              <td> --&gt; </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>
             <td> Gigasampler file access library (C++) </td>  
327            </tr>            </tr>
328            <tr>            <tr>
329              <td>              <td class="decorated">
330                <a name="liblscp"></a>                <a href="http://download.linuxsampler.org/packages/ubuntu/" title=".deb binary packages">
331                <a                  <img src="gfx/logos/ubuntu.png">Ubuntu "Hardy Heron"
332   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">                </a>
333  liblscp-0.3.3.tar.gz </a> </td>              </td>
334              <td> --&gt; </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>
             <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>  
335            </tr>            </tr>
336            <tr>            <tr>
337              <td>              <td class="decorated">
338                <a name="linuxsampler"></a>                <a href="http://download.linuxsampler.org/packages/gentoo/" title="ebuilds">
339                <a                  <img src="gfx/logos/gentoo.png">Gentoo
340   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">                </a>
341  linuxsampler-0.4.0.tar.bz2 </a> </td>              </td>
342              <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> sampler engine / backend </td>  
343            </tr>            </tr>
344            <tr>            <tr>
345              <td>              <td class="decorated">
346                <a name="qsampler"></a>                <a href="http://download.linuxsampler.org/packages/rpms/">
347                <a                  <img src="gfx/logos/suse.png" title=".rpm packages">Suse
348   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">                </a>
349  qsampler-0.1.3.tar.gz </a> </td>              </td>
350              <td> --&gt; </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>
             <td> graphical frontend to LinuxSampler </td>  
351            </tr>            </tr>
352            <tr>            <tr>
353              <td>              <td class="decorated">
354                <a name="jlscp"></a>                <a href="http://download.linuxsampler.org/packages/win32/linuxsampler_20090803_setup.exe" title="all-in-one installer">
355                <a                  <img src="gfx/logos/windows.png">Windows
356   href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">                </a>
357  jlscp-0.3a.tar.bz2 </a> </td>              </td>
358              <td> --&gt; </td>              <td class="decorated"> <div style="font-weight: bold; color: #ff0000;">New version!</div> Self-extracting all-in-one installer for the latest official releases of all software components for Windows. It includes native 64 bit and native 32 bit binaries, standalone and VST plugin versions. Download, execute, enjoy!</td>
             <td> a java LinuxSampler control protocol API </td>  
359            </tr>            </tr>
360            <tr>            <tr>
361              <td>              <td class="decorated">
362                <a name="jsampler"></a>                <a href="http://download.linuxsampler.org/packages/osx/LinuxSampler-1.0.0-OS_X.universal.dmg" title="all-in-one installer">
363                <a                  <img src="gfx/logos/apple.png">Mac
364   href="http://downloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2">                </a>
365  JSampler-0.3a.tar.bz2 </a> </td>              </td>
366              <td> --&gt; </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!)</td>
367              <td> a java frontend to LinuxSampler </td>            </tr>
368            </tbody>
369          </table>
370          <p class="default">
371            Additionally there are the following platform independent Java executable
372            packages (note: you need to have the
373            <a href="http://www.java.com/getjava/" title="JRE 6">Java Runtime
374            Environment 6</a> installed to be able to execute these software
375            packages on your computer):
376          </p>
377          <table class="decorated">
378            <thead>
379              <tr>
380                <td class="decorated_header">File Name</td>
381                <td class="decorated_header">Description</td>
382              </tr>
383            </thead>
384            <tbody>
385              <tr>
386                <td class="decorated">
387                  <a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.9.jar" title="JSampler *Fantasia*">
388                    <img src="gfx/logos/java.png">Fantasia-0.9.jar
389                  </a>
390                </td>
391                <td class="decorated">
392                    <div style="font-weight: bold; color: #ff0000;">New version!</div>
393                    JSampler "Fantasia", a frontend to LinuxSampler,
394                    modern skin-based distribution of JSampler (note: "Fantasia" is
395                    already included with the Windows installer)</td>
396            </tr>            </tr>
397            <tr>            <tr>
398                <td class="decorated">
399                  <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.8a-cvs4.jar" title="JSampler *Classic*">
400                    <img src="gfx/logos/java.png">JS_Classic-0.8a-cvs4.jar
401                  </a>
402                </td>
403                <td class="decorated"> JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler </td>
404              </tr>
405          </tbody>          </tbody>
406        </table>        </table>
407          <br>
408    
409        <h2>Source Packages (Testing)</h2>        <h2>Source Packages</h2>
410        <table class="default">        <p class="default">
411            Source code packages of the latest official releases:
412          </p>
413          <table class="decorated">
414            <thead>
415              <tr>
416                <td class="decorated_header">File Name</td>
417                <td class="decorated_header">Description</td>
418              </tr>
419            </thead>
420          <tbody>          <tbody>
421            <tr>            <tr>
422              <td> <a              <td class="decorated">
423   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">                <a name="libgig"></a>
424  libgig-3.1.1.tar.bz2 </a> </td>                <a
425              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/libgig-3.3.0.tar.bz2">
426              <td> Gigasampler file access library (C++) </td>  libgig-3.3.0.tar.bz2 </a> </td>
427                <td class="decorated"> <div style="font-weight: bold; color: #ff0000;">New version!</div> Gigasampler file access library (C++) </td>
428            </tr>            </tr>
429            <tr>            <tr>
430              <td> <a              <td class="decorated">
431   href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">                <a name="liblscp"></a>
432  liblscp-0.5.3.tar.gz </a> </td>                <a
433              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/liblscp-0.5.6.tar.gz">
434              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>  liblscp-0.5.6.tar.gz </a> </td>
435                <td class="decorated"> <div style="font-weight: bold; color: #ff0000;">New version!</div> LinuxSampler Control Protocol (LSCP) wrapper library </td>
436            </tr>            </tr>
437            <tr>            <tr>
438              <td> <a              <td class="decorated">
439   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">                <a name="linuxsampler"></a>
440  linuxsampler-0.4.0.tar.bz2 </a> </td>                <a
441              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/linuxsampler-1.0.0.tar.bz2">
442              <td> sampler engine / backend </td>  linuxsampler-1.0.0.tar.bz2 </a> </td>
443                <td class="decorated"> <div style="font-weight: bold; color: #ff0000;">New version!</div> sampler engine / backend </td>
444            </tr>            </tr>
445            <tr>            <tr>
446              <td> <a              <td class="decorated">
447   href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">                <a name="qsampler"></a>
448  qsampler-0.1.4.tar.gz </a> </td>                <a
449              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/qsampler-0.2.2.tar.gz">
450              <td> graphical frontend to LinuxSampler </td>  qsampler-0.2.2.tar.gz </a> </td>
451                <td class="decorated"> <div style="font-weight: bold; color: #ff0000;">New version!</div> graphical frontend to LinuxSampler </td>
452            </tr>            </tr>
453            <tr>            <tr>
454              <td> <a              <td class="decorated">
455   href="http://downloads.sourceforge.net/jlscp/jlscp-0.4a.tar.bz2">                <a name="jlscp"></a>
456  jlscp-0.4a.tar.bz2 </a> </td>                <a
457              <td> --&gt; </td>   href="http://downloads.sourceforge.net/jlscp/jlscp-0.8.tar.bz2">
458              <td> a java LinuxSampler control protocol API </td>  jlscp-0.8.tar.bz2 </a> </td>
459                <td class="decorated"> <div style="font-weight: bold; color: #ff0000;">New version!</div> a java LinuxSampler control protocol API </td>
460            </tr>            </tr>
461            <tr>            <tr>
462              <td> <a              <td class="decorated">
463   href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">                <a name="jsampler"></a>
464  JSampler-0.5a.tar.bz2 </a> </td>                <a
465              <td> --&gt; </td>   href="http://downloads.sourceforge.net/jsampler/JSampler-0.9.tar.bz2">
466              <td> a java frontend to LinuxSampler </td>  JSampler-0.9.tar.bz2 </a> </td>
467                <td class="decorated"> <div style="font-weight: bold; color: #ff0000;">New version!</div> a java frontend to LinuxSampler </td>
468            </tr>            </tr>
469            <tr>            <tr>
470              <td>              <td class="decorated">
471                <a name="gigedit"></a>                <a name="gigedit"></a>
472                <a                <a
473   href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">   href="http://download.linuxsampler.org/packages/gigedit-0.2.0.tar.gz">
474  gigedit-0.0.3.tar.gz </a> </td>  gigedit-0.2.0.tar.gz </a> </td>
475              <td> --&gt; </td>              <td class="decorated"> <div style="font-weight: bold; color: #ff0000;">New version!</div> an instrument editor for gig files </td>
             <td> an instrument editor for gig files </td>  
           </tr>  
476          </tbody>          </tbody>
477        </table>        </table>
478          <br>
479    
       <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>  
480        <a name="cvs"></a><h2>CVS</h2>        <a name="cvs"></a><h2>CVS</h2>
481        <p class="default"> This project's CVS repository can be checked        <p class="default"> This project's CVS repository can be checked
482  out through anonymous (pserver) CVS with the following instruction set.  out through anonymous (pserver) CVS with the following instruction set.
483  When prompted for a password for anonymous, simply press the Enter key.  When prompted for a password for anonymous, simply press the Enter key.
484  There are currently seven subprojects in the LinuxSampler project, pick  There are currently eight subprojects in the LinuxSampler project, pick
485  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>
486        <table class="default" border="0" cellpadding="1" cellspacing="5">  
487          <tbody>         <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
488            <tr>    co libgig
489              <td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
490              <pre class="code">1<br>2<br>3<br>4<br>5<br>6<br>7</pre>    co liblscp
491              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
492              <td width="100%">    co linuxsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
493              <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
494              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
495            </tr>    co jlscp
496          </tbody>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
497        </table>    co jsampler
498    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
499      co gigedit
500    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
501      co libsf2</pre>
502    
503        <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,
504        just for keeping track to the latest development version. For updating to        just for keeping track to the latest development version. For updating to
505        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
506        time from the checked out source directory:</p>        time from the checked out source directory:</p>
507        <table class="default" border="0" cellpadding="1" cellspacing="5">  
508          <tbody>        <pre class="code">cvs update -d -P</pre>
509            <tr>  
             <td>  
             <pre class="code">1</pre>  
             </td>  
             <td width="100%">  
             <pre class="code">cvs update -d -P</pre>  
             </td>  
           </tr>  
         </tbody>  
       </table>  
510        <p class="default"> You can also <a        <p class="default"> You can also <a
511   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
512  repository</a>. </p>  repository</a>. </p>
# Line 434  repository</a>. </p> Line 534  repository</a>. </p>
534            </tr>            </tr>
535          </tbody>          </tbody>
536        </table>        </table>
537        <p> <a        <p class="default"> <a
538   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>
539        <br>        <br>
540        </div>        </div>

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

  ViewVC Help
Powered by ViewVC