--- web/trunk/www.linuxsampler.org/downloads.html 2005/05/15 15:31:45 542 +++ web/trunk/www.linuxsampler.org/downloads.html 2005/05/25 04:39:32 585 @@ -121,17 +121,92 @@
-

Packages

+

Dependencies

- There is no official release yet, only the following snapshot from CVS. Developers though might want to use latest version from CVS instead of this snapshot.
-
-

- - linuxsampler-0.3.0_cvs20050429.tar.bz2 - (Engine without GUI) -
+ The following figure illustrates the compile time / linker dependencies. +

+
+
+       QSampler ~~~(optional)~~~> libgig
+           |                         A
+           |                         |
+      (mandatory)               (mandatory)
+           |                         |
+           V                         |
+        liblscp                 LinuxSampler
+			  
+
+

+ Or again in words: you have to compile and install libgig before + being able to compile and use LinuxSampler. You don't need libgig + for compiling and using QSampler, but it's definitely recommended. + You cannot compile nor use QSampler without liblscp though. As + QSampler is communicating with LinuxSampler via TCP, there is no + linker dependency between them, but of course you still need to + have LinuxSampler installed to be able to use QSampler. +

+ +

Source Packages

+ + + + + + + + + + + + + + + + + + + + + +
+ + libgig-2.0.0.tar.bz2 + + + --> + + Gigasampler file loader library +
+ + liblscp-0.2.9.tar.gz + + + --> + + LinuxSampler Control Protocol (LSCP) wrapper library +
+ + linuxsampler-0.3.1.tar.bz2 + + + --> + + sampler backend +
+ + qsampler-0.1.0.tar.gz + + + --> + + graphical frontend to LinuxSampler +
+ +

Binary Packages

+

+ There are currently Debian packages + and RPM packages for i386 only.

-

CVS