/[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 1935 by schoenebeck, Sun Jul 12 17:35:36 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                    supportover = new Image();
51                    supportover.src = dir + "msupporthover.png";
52                    supportout = new Image();
53                    supportout.src = dir + "msupport.png";
54    
55                  developersover = new Image();                  developersover = new Image();
56                  developersover.src = dir + "mdevelopershover.png";                  developersover.src = dir + "mdevelopershover.png";
57    
# Line 126  Line 131 
131   href="downloads.html"   href="downloads.html"
132   onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"   onmouseover="javascript:if(document.images)document.downloads.src = downloadsover.src"
133   onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img   onmouseout="javascript:if(document.images)document.downloads.src = downloadsout.src"><img
134   name="downloads" src="gfx/mdownloads.png" alt="download"></a> <a   name="downloads" src="gfx/mdownloads.png" alt="download"></a>
135     <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>
136     <a
137   id="developers" href="developers.html"   id="developers" href="developers.html"
138   onmouseover="javascript:if(document.images)document.developers.src = developersover.src"   onmouseover="javascript:if(document.images)document.developers.src = developersover.src"
139   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 161 
161   href="credits.html"   href="credits.html"
162   onmouseover="javascript:if(document.images)document.credits.src = creditsover.src"   onmouseover="javascript:if(document.images)document.credits.src = creditsover.src"
163   onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img   onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img
164   name="credits" src="gfx/mcredits.png" alt="credits"></a> </td>   name="credits" src="gfx/mcredits.png" alt="credits"></a>
165    
166    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="10" height="20">
167    
168    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
169    <input type="hidden" name="cmd" value="_s-xclick">
170    <input type="hidden" name="hosted_button_id" value="6746056">
171    <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!">
172    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
173    </form>
174    
175    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
176    <input type="hidden" name="cmd" value="_s-xclick">
177    <input type="hidden" name="hosted_button_id" value="6746149">
178    <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!">
179    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
180    </form>
181    
182          </td>
183    
184        <td valign="top" width="100%">        <td valign="top" width="100%">
185        <div id="contents">        <div id="contents">
186    
# Line 166  Line 192 
192        <tbody>        <tbody>
193          <tr>          <tr>
194            <td class="bordered">            <td class="bordered">
195              <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>
196            </td>            </td>
197            <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>
198          </tr>          </tr>
199          <tr>          <tr>
200            <td class="bordered">            <td class="bordered">
201               <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>
202            </td>            </td>
203            <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>
204          </tr>          </tr>
205          <tr>          <tr>
206            <td class="bordered">            <td class="bordered">
207                <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>
208            </td>            </td>
209            <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>
210          </tr>          </tr>
211          <tr>          <tr>
212            <td class="bordered">            <td class="bordered">
213              <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>
214            </td>            </td>
215            <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>
216          </tr>          </tr>
217          <tr>          <tr>
218            <td class="bordered">            <td class="bordered">
219              <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>
220            </td>            </td>
221            <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>
222          </tr>          </tr>
223          <tr>          <tr>
224            <td class="bordered">            <td class="bordered">
225              <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>
226            </td>            </td>
227            <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>
228          </tr>          </tr>
229          <tr>          <tr>
230            <td class="bordered">            <td class="bordered">
231              <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>
232            </td>            </td>
233            <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>
234          </tr>          </tr>
235        </tbody>        </tbody>
236        </table>        </table>
237    
238        <a name="exception"></a>        <a name="exception"></a>
239        <p class="default">        <p class="caution">
240  * LinuxSampler is licensed under the GNU GPL license with the exception that<br>        [*] LinuxSampler is licensed under the GNU GPL with the exception that
241  <b>COMMERCIAL USE</b> of the souce code, libraries and applications is<br>        <b>USAGE</b> of the source code, libraries and applications
242  <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>        <b>FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED</b>
243  If you have questions on the subject please <A HREF="developers.html">contact us</A>.<br>        without prior written permission by the LinuxSampler authors.
244          If you have questions on the subject, that are not yet covered by the
245          <a href="faq.html#commercial_products" title="Frequently Asked Questions">FAQ</a>,
246          please <a href="developers.html" title="the LinuxSampler developers">contact us</a>.
247          </p>
248    
249        <h2>Dependencies</h2>        <h2>Dependencies</h2>
250        <p class="default"> The following figure illustrates the compile        <p class="default"> The following figure illustrates the compile
251  time / linker dependencies. </p>  time / linker dependencies.</p>
252        <div style="line-height: 1.2em;">        <div style="line-height: 1.2em;">
253        <pre>                                  <strong>gigedit</strong>        <pre class="figure">                                  <strong>gigedit</strong>
254                                       |                                       |
255                                  (mandatory)                                  (mandatory)
256                                       |                                       |
# Line 230  time / linker dependencies. </p> Line 261  time / linker dependencies. </p>
261        (mandatory)               (mandatory)    (mandatory)        (mandatory)               (mandatory)    (mandatory)
262             |                         |              |             |                         |              |
263             V                         |              V             V                         |              V
264          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong>          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong></pre>
                           </pre>  
265        </div>        </div>
266        <p class="default"> Or again in words: you have to compile and        <p class="default"> Or again in words: you have to compile and
267  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 275  with LinuxSampler via TCP, so there is n
275  either. JSampler requires jlscp though. You have to compile and install  either. JSampler requires jlscp though. You have to compile and install
276  libgig before being able to compile and use gigedit.</p>  libgig before being able to compile and use gigedit.</p>
277    
278        <h2>Source Packages (Stable)</h2>        <h2>Binary Packages</h2>
279        <table class="default">        <p class="default">
280            We currently provide pre-compiled binaries for the following operating systems:
281          </p>
282          <table class="decorated">
283            <thead>
284              <tr>
285                <td class="decorated_header">Operating System</td>
286                <td class="decorated_header">Description</td>
287              </tr>
288            </thead>
289          <tbody>          <tbody>
290            <tr>            <tr>
291              <td>              <td class="decorated">
292                <a name="libgig"></a>                <a href="http://download.linuxsampler.org/packages/debian/" title=".deb binary packages">
293                <a                  <img src="gfx/logos/debian.png">Debian
294   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">                </a>
295  libgig-3.1.1.tar.bz2 </a> </td>              </td>
296              <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>  
297            </tr>            </tr>
298            <tr>            <tr>
299              <td>              <td class="decorated">
300                <a name="liblscp"></a>                <a href="http://download.linuxsampler.org/packages/gentoo/" title="ebuilds">
301                <a                  <img src="gfx/logos/gentoo.png">Gentoo
302   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">                </a>
303  liblscp-0.3.3.tar.gz </a> </td>              </td>
304              <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>  
305            </tr>            </tr>
306            <tr>            <tr>
307              <td>              <td class="decorated">
308                <a name="linuxsampler"></a>                <a href="http://download.linuxsampler.org/packages/rpms/">
309                <a                  <img src="gfx/logos/suse.png" title=".rpm packages">Suse
310   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">                </a>
311  linuxsampler-0.4.0.tar.bz2 </a> </td>              </td>
312              <td> --&gt; </td>              <td class="decorated"> Individual RPM package for each software component, compiled for i586. </td>
             <td> sampler engine / backend </td>  
313            </tr>            </tr>
314            <tr>            <tr>
315              <td>              <td class="decorated">
316                <a name="qsampler"></a>                <a href="http://download.linuxsampler.org/packages/win32/linuxsampler_20071207_setup.exe" title="all-in-one installer">
317                <a                  <img src="gfx/logos/windows.png">Windows
318   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">                </a>
319  qsampler-0.1.3.tar.gz </a> </td>              </td>
320              <td> --&gt; </td>              <td class="decorated"> Self-extracting all-in-one installer for the latest official releases of all software components for Windows. Download, execute, enjoy!</td>
             <td> graphical frontend to LinuxSampler </td>  
321            </tr>            </tr>
322            <tr>            <tr>
323              <td>              <td class="decorated">
324                <a name="jlscp"></a>                <a href="http://download.linuxsampler.org/packages/osx/linuxsampler_20080107.dmg" title="all-in-one installer">
325                <a                  <img src="gfx/logos/apple.png">Mac
326   href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">                </a>
327  jlscp-0.3a.tar.bz2 </a> </td>              </td>
328              <td> --&gt; </td>              <td class="decorated"> All-in-one installer (Diskimage) for the latest official releases of the software components for Mac OS X. (<b>Note:</b> the Mac installer does <b>not</b> include gigedit and JSampler yet!)</td>
             <td> a java LinuxSampler control protocol API </td>  
329            </tr>            </tr>
330            </tbody>
331          </table>
332          <p class="default">
333            Additionally there are the following platform independent Java executable
334            packages (note: you need to have the
335            <a href="http://www.java.com/getjava/" title="JRE 6">Java Runtime
336            Environment 6</a> installed to be able to execute these software
337            packages on your computer):
338          </p>
339          <table class="decorated">
340            <thead>
341            <tr>            <tr>
342              <td>              <td class="decorated_header">File Name</td>
343                <a name="jsampler"></a>              <td class="decorated_header">Description</td>
344                <a            </tr>
345   href="http://downloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2">          </thead>
346  JSampler-0.3a.tar.bz2 </a> </td>          <tbody>
347              <td> --&gt; </td>            <tr>
348              <td> a java frontend to LinuxSampler </td>              <td class="decorated">
349                  <a href="http://downloads.sourceforge.net/jsampler/Fantasia-0.8a-cvs6.jar" title="JSampler *Fantasia*">
350                    <img src="gfx/logos/java.png">Fantasia-0.8a-cvs6.jar
351                  </a>
352                </td>
353                <td class="decorated"> JSampler "Fantasia", a frontend to LinuxSampler,
354                    modern skin-based distribution of JSampler (note: "Fantasia" is
355                    already included with the Windows installer)</td>
356            </tr>            </tr>
357            <tr>            <tr>
358                <td class="decorated">
359                  <a href="http://downloads.sourceforge.net/jsampler/JS_Classic-0.8a-cvs4.jar" title="JSampler *Classic*">
360                    <img src="gfx/logos/java.png">JS_Classic-0.8a-cvs4.jar
361                  </a>
362                </td>
363                <td class="decorated"> JSampler "Classic", a frontend to LinuxSampler, classic distribution of JSampler </td>
364              </tr>
365          </tbody>          </tbody>
366        </table>        </table>
367          <br>
368    
369        <h2>Source Packages (Testing)</h2>        <h2>Source Packages</h2>
370        <table class="default">        <p class="default">
371            Source code packages of the latest official releases:
372          </p>
373          <table class="decorated">
374            <thead>
375              <tr>
376                <td class="decorated_header">File Name</td>
377                <td class="decorated_header">Description</td>
378              </tr>
379            </thead>
380          <tbody>          <tbody>
381            <tr>            <tr>
382              <td> <a              <td class="decorated">
383   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">                <a name="libgig"></a>
384  libgig-3.1.1.tar.bz2 </a> </td>                <a
385              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/libgig-3.2.1.tar.bz2">
386              <td> Gigasampler file access library (C++) </td>  libgig-3.2.1.tar.bz2 </a> </td>
387                <td class="decorated"> Gigasampler file access library (C++) </td>
388            </tr>            </tr>
389            <tr>            <tr>
390              <td> <a              <td class="decorated">
391   href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">                <a name="liblscp"></a>
392  liblscp-0.5.3.tar.gz </a> </td>                <a
393              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/liblscp-0.5.5.tar.gz">
394              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>  liblscp-0.5.5.tar.gz </a> </td>
395                <td class="decorated"> LinuxSampler Control Protocol (LSCP) wrapper library </td>
396            </tr>            </tr>
397            <tr>            <tr>
398              <td> <a              <td class="decorated">
399   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">                <a name="linuxsampler"></a>
400  linuxsampler-0.4.0.tar.bz2 </a> </td>                <a
401              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/linuxsampler-0.5.1.tar.bz2">
402              <td> sampler engine / backend </td>  linuxsampler-0.5.1.tar.bz2 </a> </td>
403                <td class="decorated"> sampler engine / backend </td>
404            </tr>            </tr>
405            <tr>            <tr>
406              <td> <a              <td class="decorated">
407   href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">                <a name="qsampler"></a>
408  qsampler-0.1.4.tar.gz </a> </td>                <a
409              <td> --&gt; </td>   href="http://download.linuxsampler.org/packages/qsampler-0.2.1.tar.gz">
410              <td> graphical frontend to LinuxSampler </td>  qsampler-0.2.1.tar.gz </a> </td>
411                <td class="decorated"> graphical frontend to LinuxSampler </td>
412            </tr>            </tr>
413            <tr>            <tr>
414              <td> <a              <td class="decorated">
415   href="http://downloads.sourceforge.net/jlscp/jlscp-0.4a.tar.bz2">                <a name="jlscp"></a>
416  jlscp-0.4a.tar.bz2 </a> </td>                <a
417              <td> --&gt; </td>   href="http://downloads.sourceforge.net/jlscp/jlscp-0.7a.tar.bz2">
418              <td> a java LinuxSampler control protocol API </td>  jlscp-0.7a.tar.bz2 </a> </td>
419                <td class="decorated"> a java LinuxSampler control protocol API </td>
420            </tr>            </tr>
421            <tr>            <tr>
422              <td> <a              <td class="decorated">
423   href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">                <a name="jsampler"></a>
424  JSampler-0.5a.tar.bz2 </a> </td>                <a
425              <td> --&gt; </td>   href="http://downloads.sourceforge.net/jsampler/JSampler-0.8a-cvs6.tar.bz2">
426              <td> a java frontend to LinuxSampler </td>  JSampler-0.8a-cvs6.tar.bz2 </a> </td>
427                <td class="decorated"> a java frontend to LinuxSampler </td>
428            </tr>            </tr>
429            <tr>            <tr>
430              <td>              <td class="decorated">
431                <a name="gigedit"></a>                <a name="gigedit"></a>
432                <a                <a
433   href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">   href="http://download.linuxsampler.org/packages/gigedit-0.1.1.tar.gz">
434  gigedit-0.0.3.tar.gz </a> </td>  gigedit-0.1.1.tar.gz </a> </td>
435              <td> --&gt; </td>              <td class="decorated"> an instrument editor for gig files </td>
             <td> an instrument editor for gig files </td>  
           </tr>  
436          </tbody>          </tbody>
437        </table>        </table>
438          <br>
439    
       <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>  
440        <a name="cvs"></a><h2>CVS</h2>        <a name="cvs"></a><h2>CVS</h2>
441        <p class="default"> This project's CVS repository can be checked        <p class="default"> This project's CVS repository can be checked
442  out through anonymous (pserver) CVS with the following instruction set.  out through anonymous (pserver) CVS with the following instruction set.
443  When prompted for a password for anonymous, simply press the Enter key.  When prompted for a password for anonymous, simply press the Enter key.
444  There are currently seven subprojects in the LinuxSampler project, pick  There are currently seven subprojects in the LinuxSampler project, pick
445  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>
446        <table class="default" border="0" cellpadding="1" cellspacing="5">  
447          <tbody>         <pre class="code">cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
448            <tr>    co libgig
449              <td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
450              <pre class="code">1<br>2<br>3<br>4<br>5<br>6<br>7</pre>    co liblscp
451              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
452              <td width="100%">    co linuxsampler<br>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
453              <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
454              </td>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
455            </tr>    co jlscp
456          </tbody>  cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
457        </table>    co jsampler
458    cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler \
459      co gigedit</pre>
460    
461        <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,
462        just for keeping track to the latest development version. For updating to        just for keeping track to the latest development version. For updating to
463        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
464        time from the checked out source directory:</p>        time from the checked out source directory:</p>
465        <table class="default" border="0" cellpadding="1" cellspacing="5">  
466          <tbody>        <pre class="code">cvs update -d -P</pre>
467            <tr>  
             <td>  
             <pre class="code">1</pre>  
             </td>  
             <td width="100%">  
             <pre class="code">cvs update -d -P</pre>  
             </td>  
           </tr>  
         </tbody>  
       </table>  
468        <p class="default"> You can also <a        <p class="default"> You can also <a
469   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
470  repository</a>. </p>  repository</a>. </p>
# Line 434  repository</a>. </p> Line 492  repository</a>. </p>
492            </tr>            </tr>
493          </tbody>          </tbody>
494        </table>        </table>
495        <p> <a        <p class="default"> <a
496   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>
497        <br>        <br>
498        </div>        </div>

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

  ViewVC Help
Powered by ViewVC