/[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 1168 by capela, Sat May 5 12:02:18 2007 UTC revision 1219 by schoenebeck, Tue Jun 5 14:53:48 2007 UTC
# 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>
# Line 278  jlscp-0.4a.tar.bz2 </a> </td> Line 284  jlscp-0.4a.tar.bz2 </a> </td>
284            </tr>            </tr>
285            <tr>            <tr>
286              <td> <a              <td> <a
287   href="http://downloads.sourceforge.net/jsampler/JSampler-0.4a.tar.bz2">   href="http://downloads.sourceforge.net/jsampler/JSampler-0.5a.tar.bz2">
288  JSampler-0.4a.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 320  the line of the respective subproject yo Line 326  the line of the respective subproject yo
326              </td>              </td>
327            </tr>            </tr>
328          </tbody>          </tbody>
329          </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>        </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

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

  ViewVC Help
Powered by ViewVC