/[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 682 by schoenebeck, Thu Jun 23 23:27:40 2005 UTC revision 1176 by schoenebeck, Tue May 8 06:10:05 2007 UTC
# Line 157  Line 157 
157   name="credits" src="gfx/mcredits.png" alt="credits"></a> </td>   name="credits" src="gfx/mcredits.png" alt="credits"></a> </td>
158        <td valign="top" width="100%">        <td valign="top" width="100%">
159        <div id="contents">        <div id="contents">
160    
161          <h2>License</h2>
162          <p class="default">
163    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>
165    <b>NOT ALLOWED</b> without prior written permission by the LinuxSampler authors.<br>
166    If you have questions on the subject please <A HREF="developers.html">contact us</A>.<br>
167    
168        <h2>Dependencies</h2>        <h2>Dependencies</h2>
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>        <pre>                                  <strong>gigedit</strong>
173             |                         A                                       |
174             |                         |                                  (mandatory)
175        (mandatory)               (mandatory)                                       |
176             |                         |                                       V
177             V                         |         <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>         <strong>JSampler</strong>
178          <strong>liblscp</strong>                 <strong>LinuxSampler</strong>             |                         A              |
179               |                         |              |
180          (mandatory)               (mandatory)    (mandatory)
181               |                         |              |
182               V                         |              V
183            <strong>liblscp</strong>                 <strong>LinuxSampler</strong>      <strong>jlscp</strong>
184                            </pre>                            </pre>
185        </div>        </div>
186        <p class="default"> Or again in words: you have to compile and        <p class="default"> Or again in words: you have to compile and
# Line 176  don't need libgig for compiling and usin Line 189  don't need libgig for compiling and usin
189  recommended. You cannot compile nor use QSampler without liblscp  recommended. You cannot compile nor use QSampler without liblscp
190  though. As QSampler is communicating with LinuxSampler via TCP, there  though. As QSampler is communicating with LinuxSampler via TCP, there
191  is no linker dependency between them, but of course you still need to  is no linker dependency between them, but of course you still need to
192  have LinuxSampler installed to be able to use QSampler. </p>  have LinuxSampler installed to be able to use QSampler (either locally
193        <h2>Source Packages</h2>  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
195    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>
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.1.tar.bz2">   href="http://download.linuxsampler.org/packages/libgig-2.0.2.tar.bz2">
204  libgig-2.0.1.tar.bz2 </a> </td>  libgig-2.0.2.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>
208            <tr>            <tr>
209              <td> <a              <td> <a
210   href="http://download.linuxsampler.org/packages/liblscp-0.3.0.tar.gz">   href="http://download.linuxsampler.org/packages/liblscp-0.3.3.tar.gz">
211  liblscp-0.3.0.tar.gz </a> </td>  liblscp-0.3.3.tar.gz </a> </td>
212              <td> --&gt; </td>              <td> --&gt; </td>
213              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>              <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>
214            </tr>            </tr>
215            <tr>            <tr>
216              <td> <a              <td> <a
217   href="http://download.linuxsampler.org/packages/linuxsampler-0.3.2.tar.bz2">   href="http://download.linuxsampler.org/packages/linuxsampler-0.3.3.tar.bz2">
218  linuxsampler-0.3.2.tar.bz2 </a> </td>  linuxsampler-0.3.3.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.1.tar.gz">   href="http://download.linuxsampler.org/packages/qsampler-0.1.3.tar.gz">
225  qsampler-0.1.1.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>            <tr>
230              <td> <a              <td> <a
231   href="http://prdownloads.sourceforge.net/jlscp/jlscp-0.2a.tar.bz2?download">   href="http://downloads.sourceforge.net/jlscp/jlscp-0.3a.tar.bz2">
232  jlscp-0.2a.tar.bz2 </a> </td>  jlscp-0.3a.tar.bz2 </a> </td>
233              <td> --&gt; </td>              <td> --&gt; </td>
234              <td> a java LinuxSampler control protocol API </td>              <td> a java LinuxSampler control protocol API </td>
235            </tr>            </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>
245          </table>
246    
247          <h2>Source Packages (Testing)</h2>
248          <table class="default">
249            <tbody>
250              <tr>
251                <td> <a
252     href="http://download.linuxsampler.org/packages/libgig-3.1.1.tar.bz2">
253    libgig-3.1.1.tar.bz2 </a> </td>
254                <td> --&gt; </td>
255                <td> Gigasampler file access library </td>
256              </tr>
257              <tr>
258                <td> <a
259     href="http://download.linuxsampler.org/packages/liblscp-0.5.3.tar.gz">
260    liblscp-0.5.3.tar.gz </a> </td>
261                <td> --&gt; </td>
262                <td> LinuxSampler Control Protocol (LSCP) wrapper library </td>
263              </tr>
264              <tr>
265                <td> <a
266     href="http://download.linuxsampler.org/packages/linuxsampler-0.4.0.tar.bz2">
267    linuxsampler-0.4.0.tar.bz2 </a> </td>
268                <td> --&gt; </td>
269                <td> sampler backend </td>
270              </tr>
271              <tr>
272                <td> <a
273     href="http://download.linuxsampler.org/packages/qsampler-0.1.4.tar.gz">
274    qsampler-0.1.4.tar.gz </a> </td>
275                <td> --&gt; </td>
276                <td> graphical frontend to LinuxSampler </td>
277              </tr>
278              <tr>
279                <td> <a
280     href="http://downloads.sourceforge.net/jlscp/jlscp-0.4a.tar.bz2">
281    jlscp-0.4a.tar.bz2 </a> </td>
282                <td> --&gt; </td>
283                <td> a java LinuxSampler control protocol API </td>
284              </tr>
285              <tr>
286                <td> <a
287     href="http://downloads.sourceforge.net/jsampler/JSampler-0.4a.tar.bz2">
288    JSampler-0.4a.tar.bz2 </a> </td>
289                <td> --&gt; </td>
290                <td> a java frontend to LinuxSampler </td>
291              </tr>
292              <tr>
293                <td> <a
294     href="http://download.linuxsampler.org/packages/gigedit-0.0.3.tar.gz">
295    gigedit-0.0.3.tar.gz </a> </td>
296                <td> --&gt; </td>
297                <td> an instrument editor for gig files </td>
298              </tr>
299          </tbody>          </tbody>
300        </table>        </table>
301    
302        <h2>Binary Packages</h2>        <h2>Binary Packages</h2>
303        <p class="default"> There are currently <a        <p class="default"> There are currently <a
304   href="http://download.linuxsampler.org/packages/debian/">Debian   href="http://download.linuxsampler.org/packages/debian/">Debian
305  packages</a> and <a  packages</a> and <a
306   href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a>   href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a>
307  for i386 only. </p>  for i386 only, bleeding edge <a href="http://download.linuxsampler.org/packages/gentoo/">Gentoo ebuilds</a>
308        <h2>CVS</h2>  and platform-independent <a
309     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).
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>
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.
315  When prompted for a password for anonymous, simply press the Enter key.  When prompted for a password for anonymous, simply press the Enter key.
316  There are currently five subprojects in the LinuxSampler project, pick  There are currently seven subprojects in the LinuxSampler project, pick
317  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>
318        <table class="default" border="0" cellpadding="1" cellspacing="5">        <table class="default" border="0" cellpadding="1" cellspacing="5">
319          <tbody>          <tbody>
320            <tr>            <tr>
321              <td>              <td>
322              <pre class="code">1<br>2<br>3<br>4<br>5</pre>              <pre class="code">1<br>2<br>3<br>4<br>5<br>6<br>7</pre>
323              </td>              </td>
324              <td width="100%">              <td width="100%">
325              <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</pre>              <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>
326              </td>              </td>
327            </tr>            </tr>
328          </tbody>          </tbody>
# Line 244  the line of the respective subproject yo Line 330  the line of the respective subproject yo
330        <p class="default"> You can also <a        <p class="default"> You can also <a
331   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS   href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/">browse the CVS
332  repository</a>. </p>  repository</a>. </p>
333        <h2>Wallpapers</h2>        <h2>Bootsplash theme</h2>
334        <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>  
335        <table class="default">        <table class="default">
336          <tbody>          <tbody>
337            <tr>            <tr>
338              <td> <a              <td> <a
339   href="http://download.linuxsampler.org/wallpapers/linuxsampler_box_1600x1200.png">   href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png">
340              <img src="misc/linuxsampler_box_preview.jpg"              <img src="http://download.linuxsampler.org/bootsplash/screenshots/boot_preview.jpg"
341   alt="wallpaper preview"> </a> </td>   alt="Screenshot 1"> </a> </td>
342                <td> --&gt; </td>
343                <td> <a
344     href="http://download.linuxsampler.org/bootsplash/screenshots/boot.png"> Screenshot while booting </a> </td>
345              </tr>
346              <tr>
347                <td> <a
348     href="http://download.linuxsampler.org/bootsplash/screenshots/top.png">
349                <img src="http://download.linuxsampler.org/bootsplash/screenshots/top_preview.jpg"
350     alt="Screenshot 2"> </a> </td>
351              <td> --&gt; </td>              <td> --&gt; </td>
352              <td> <a              <td> <a
353   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>  
354            </tr>            </tr>
355          </tbody>          </tbody>
356        </table>        </table>
357          <p> <a
358     href="http://download.linuxsampler.org/bootsplash/"> You can get this theme here.</a> </p>
359        <br>        <br>
360        </div>        </div>
361        </td>        </td>

Legend:
Removed from v.682  
changed lines
  Added in v.1176

  ViewVC Help
Powered by ViewVC