/[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 1125 by persson, Sat Mar 24 20:18:05 2007 UTC revision 1219 by schoenebeck, Tue Jun 5 14:53:48 2007 UTC
# Line 159  Line 159 
159        <div id="contents">        <div id="contents">
160    
161        <h2>License</h2>        <h2>License</h2>
162        <p class="default">        <p class="default">
163  LinuxSampler is licensed under the GNU GPL license with the exception that<br>  LinuxSampler is licensed under the GNU GPL license with the exception that<br>
164  <b>COMMERCIAL USE</b> of the souce code, libraries and applications is<br>  <b>COMMERCIAL USE</b> of the souce code, libraries and applications is<br>
165  <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>  <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>
# Line 169  If you have questions on the subject ple Line 169  If you have questions on the subject ple
169        <p class="default"> The following figure illustrates the compile        <p class="default"> The following figure illustrates the compile
170  time / linker dependencies. </p>  time / linker dependencies. </p>
171        <div style="line-height: 1.2em;">        <div style="line-height: 1.2em;">
172        <pre>       <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>         <strong>JSampler</strong>        <pre>                                  <strong>gigedit</strong>
173                                         |
174                                    (mandatory)
175                                         |
176                                         V
177           <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>         <strong>JSampler</strong>
178             |                         A              |             |                         A              |
179             |                         |              |             |                         |              |
180        (mandatory)               (mandatory)    (mandatory)        (mandatory)               (mandatory)    (mandatory)
# Line 187  is no linker dependency between them, bu Line 192  is no linker dependency between them, bu
192  have LinuxSampler installed to be able to use QSampler (either locally  have LinuxSampler installed to be able to use QSampler (either locally
193  or on any other computer in your network). JSampler is also communicating  or on any other computer in your network). JSampler is also communicating
194  with LinuxSampler via TCP, so there is no linker dependency between them  with LinuxSampler via TCP, so there is no linker dependency between them
195  either, JSampler requires jlscp though.</p>  either. JSampler requires jlscp though. You have to compile and install
196    libgig before being able to compile and use gigedit.</p>
197    
198        <h2>Source Packages (Stable)</h2>        <h2>Source Packages (Stable)</h2>
199        <table class="default">        <table class="default">
200          <tbody>          <tbody>
201            <tr>            <tr>
202              <td> <a              <td> <a
203   href="http://download.linuxsampler.org/packages/libgig-2.0.2.tar.bz2">   href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
204  libgig-2.0.2.tar.bz2 </a> </td>  libgig-3.1.1.tar.bz2 </a> </td>
205              <td> --&gt; </td>              <td> --&gt; </td>
206              <td> Gigasampler file loader library </td>              <td> Gigasampler file loader library </td>
207            </tr>            </tr>
# Line 208  liblscp-0.3.3.tar.gz </a> </td> Line 214  liblscp-0.3.3.tar.gz </a> </td>
214            </tr>            </tr>
215            <tr>            <tr>
216              <td> <a              <td> <a
217   href="http://download.linuxsampler.org/packages/linuxsampler-0.3.3.tar.bz2">   href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
218  linuxsampler-0.3.3.tar.bz2 </a> </td>  linuxsampler-0.4.0.tar.bz2 </a> </td>
219              <td> --&gt; </td>              <td> --&gt; </td>
220              <td> sampler backend </td>              <td> sampler backend </td>
221            </tr>            </tr>
222            <tr>            <tr>
223              <td> <a              <td> <a
224   href="http://download.linuxsampler.org/packages/qsampler-0.1.2.tar.gz">   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">
225  qsampler-0.1.2.tar.gz </a> </td>  qsampler-0.1.3.tar.gz </a> </td>
226              <td> --&gt; </td>              <td> --&gt; </td>
227              <td> graphical frontend to LinuxSampler </td>              <td> graphical frontend to LinuxSampler </td>
228            </tr>            </tr>
229              <tr>
230                <td> <a
231     href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">
232    jlscp-0.3a.tar.bz2 </a> </td>
233                <td> --&gt; </td>
234                <td> a java LinuxSampler control protocol API </td>
235              </tr>
236              <tr>
237                <td> <a
238     href="http://downloads.sourceforge.net/jsampler/JSampler-0.3a.tar.bz2">
239    JSampler-0.3a.tar.bz2 </a> </td>
240                <td> --&gt; </td>
241                <td> a java frontend to LinuxSampler </td>
242              </tr>
243              <tr>
244          </tbody>          </tbody>
245        </table>        </table>
246    
# Line 249  linuxsampler-0.4.0.tar.bz2 </a> </td> Line 270  linuxsampler-0.4.0.tar.bz2 </a> </td>
270            </tr>            </tr>
271            <tr>            <tr>
272              <td> <a              <td> <a
273   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">   href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">
274  qsampler-0.1.3.tar.gz </a> </td>  qsampler-0.1.4.tar.gz </a> </td>
275              <td> --&gt; </td>              <td> --&gt; </td>
276              <td> graphical frontend to LinuxSampler </td>              <td> graphical frontend to LinuxSampler </td>
277            </tr>            </tr>
278            <tr>            <tr>
279              <td> <a              <td> <a
280   href="http://prdownloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2?download">   href="http://downloads.sourceforge.net/jlscp/jlscp-0.4a.tar.bz2">
281  jlscp-0.3a.tar.bz2 </a> </td>  jlscp-0.4a.tar.bz2 </a> </td>
282              <td> --&gt; </td>              <td> --&gt; </td>
283              <td> a java LinuxSampler control protocol API </td>              <td> a java LinuxSampler control protocol API </td>
284            </tr>            </tr>
285            <tr>            <tr>
286              <td> <a              <td> <a
287   href="http://prdownloads.sourceforge.net/jsampler/JSampler-0.2a.tar.bz2?download">   href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">
288  JSampler-0.2a.tar.bz2 </a> </td>  JSampler-0.5a.tar.bz2 </a> </td>
289              <td> --&gt; </td>              <td> --&gt; </td>
290              <td> a java frontend to LinuxSampler </td>              <td> a java frontend to LinuxSampler </td>
291            </tr>            </tr>
# Line 286  packages</a> and <a Line 307  packages</a> and <a
307  for i386 only, bleeding edge <a href="http://download.linuxsampler.org/packages/gentoo/">Gentoo ebuilds</a>  for i386 only, bleeding edge <a href="http://download.linuxsampler.org/packages/gentoo/">Gentoo ebuilds</a>
308  and platform-independent <a  and platform-independent <a
309   href="http://prdownloads.sourceforge.net/jsampler/JS_Classic-0.2a.jar?download">   href="http://prdownloads.sourceforge.net/jsampler/JS_Classic-0.2a.jar?download">
310  Java packages</a> (for JS Classic 0.2a, java frontend for LinuxSampler).</p>  Java packages</a> (for JS Classic 0.2a, java frontend for LinuxSampler).
311    For libgig you can find <a href="http://download.linuxsampler.org/packages/win32/">Windows binaries</a> as well.</p>
312        <a name="cvs"></a><h2>CVS</h2>        <a name="cvs"></a><h2>CVS</h2>
313        <p class="default"> This project's CVS repository can be checked        <p class="default"> This project's CVS repository can be checked
314  out through anonymous (pserver) CVS with the following instruction set.  out through anonymous (pserver) CVS with the following instruction set.
# Line 305  the line of the respective subproject yo Line 327  the line of the respective subproject yo
327            </tr>            </tr>
328          </tbody>          </tbody>
329        </table>        </table>
330          <p class="default"> You don't need to checkout the sources again later on,
331          just for keeping track to the latest development version. For updating to
332          the latest CVS version you can simply run the following command at any
333          time from the checked out source directory:</p>
334          <table class="default" border="0" cellpadding="1" cellspacing="5">
335            <tbody>
336              <tr>
337                <td>
338                <pre class="code">1</pre>
339                </td>
340                <td width="100%">
341                <pre class="code">cvs update -d -P</pre>
342                </td>
343              </tr>
344            </tbody>
345          </table>
346        <p class="default"> You can also <a        <p class="default"> You can also <a
347   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
348  repository</a>. </p>  repository</a>. </p>
349        <h2>Wallpapers</h2>        <h2>Bootsplash theme</h2>
350        <p class="default"> How about a bit eye candy for your desktop?        <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>
 There's currently only a wallpaper for 1600x1200. Tell us if you like  
 it and maybe we add other resolutions as well. </p>  
351        <table class="default">        <table class="default">
352          <tbody>          <tbody>
353            <tr>            <tr>
354              <td> <a              <td> <a
355   href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">   href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png">
356              <img src="misc/linuxsampler_box_preview.jpg"              <img src="http://download.linuxsampler.org/bootsplash/screenshots/boot_preview.jpg"
357   alt="wallpaper preview"> </a> </td>   alt="Screenshot 1"> </a> </td>
358                <td> --&gt; </td>
359                <td> <a
360     href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png"> Screenshot while booting </a> </td>
361              </tr>
362              <tr>
363                <td> <a
364     href="http://download.linuxsampler.org/bootsplash/screenshots/top.png">
365                <img src="http://download.linuxsampler.org/bootsplash/screenshots/top_preview.jpg"
366     alt="Screenshot 2"> </a> </td>
367              <td> --&gt; </td>              <td> --&gt; </td>
368              <td> <a              <td> <a
369   href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">   href="http://download.linuxsampler.org/bootsplash/screenshots/top.png"> Screenshot of terminal (here running 'top') </a> </td>
 1600x1200 </a> </td>  
370            </tr>            </tr>
371          </tbody>          </tbody>
372        </table>        </table>
373          <p> <a
374     href="http://download.linuxsampler.org/bootsplash/"> You can get this theme here.</a> </p>
375        <br>        <br>
376        </div>        </div>
377        </td>        </td>

Legend:
Removed from v.1125  
changed lines
  Added in v.1219

  ViewVC Help
Powered by ViewVC