/[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 542 by senoner, Sun May 15 15:31:45 2005 UTC revision 585 by schoenebeck, Wed May 25 04:39:32 2005 UTC
# Line 121  Line 121 
121                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
122                          <div id="contents">                          <div id="contents">
123    
124                          <h2>Packages</h2>                          <h2>Dependencies</h2>
125                          <p class="default">                          <p class="default">
126                          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.<br>                          The following figure illustrates the compile time / linker dependencies.
127                          <br>                          </p>
128                          <center>                          <div style="line-height: 1.2em">
129                          <a href="http://download.linuxsampler.org/packages/linuxsampler-0.3.0_cvs20050429.tar.bz2">                            <pre>
130                              linuxsampler-0.3.0_cvs20050429.tar.bz2         <strong>QSampler</strong> ~~~(optional)~~~&gt; <strong>libgig</strong>
131                          </a> (Engine without GUI)             |                         A
132                          </center>             |                         |
133          (mandatory)               (mandatory)
134               |                         |
135               V                         |
136            <strong>liblscp</strong>                 <strong>LinuxSampler</strong>
137                              </pre>
138                            </div>
139                            <p class="default">
140                            Or again in words: you have to compile and install libgig before
141                            being able to compile and use LinuxSampler. You don't need libgig
142                            for compiling and using QSampler, but it's definitely recommended.
143                            You cannot compile nor use QSampler without liblscp though. As
144                            QSampler is communicating with LinuxSampler via TCP, there is no
145                            linker dependency between them, but of course you still need to
146                            have LinuxSampler installed to be able to use QSampler.
147                            </p>
148    
149                            <h2>Source Packages</h2>
150                            <table class="default">
151                              <tr>
152                                <td>
153                                      <a href="http://download.linuxsampler.org/packages/libgig-2.0.0.tar.bz2">
154                                  libgig-2.0.0.tar.bz2
155                                  </a>
156                                    </td>
157                                    <td>
158                                    --&gt;
159                                    </td>
160                                    <td>
161                                      Gigasampler file loader library
162                                    </td>
163                              </tr>
164                              <tr>
165                                <td>
166                                      <a href="http://download.linuxsampler.org/packages/liblscp-0.2.9.tar.gz">
167                                  liblscp-0.2.9.tar.gz
168                                  </a>
169                                    </td>
170                                    <td>
171                                    --&gt;
172                                    </td>
173                                    <td>
174                                      LinuxSampler Control Protocol (LSCP) wrapper library
175                                    </td>
176                              </tr>
177                              <tr>
178                                <td>
179                                      <a href="http://download.linuxsampler.org/packages/linuxsampler-0.3.1.tar.bz2">
180                                  linuxsampler-0.3.1.tar.bz2
181                                  </a>
182                                    </td>
183                                    <td>
184                                    --&gt;
185                                    </td>
186                                    <td>
187                                      sampler backend
188                                    </td>
189                              </tr>
190                              <tr>
191                                <td>
192                                      <a href="http://download.linuxsampler.org/packages/qsampler-0.1.0.tar.gz">
193                                  qsampler-0.1.0.tar.gz
194                                  </a>
195                                    </td>
196                                    <td>
197                                    --&gt;
198                                    </td>
199                                    <td>
200                                      graphical frontend to LinuxSampler
201                                    </td>
202                              </tr>
203                            </table>
204    
205                            <h2>Binary Packages</h2>
206                            <p class="default">
207                            There are currently <a href="http://download.linuxsampler.org/packages/debian/">Debian packages</a>
208                            and <a href="http://download.linuxsampler.org/packages/rpms/">RPM packages</a> for i386 only.
209                          </p>                          </p>
                         <br>  
210    
211                          <h2>CVS</h2>                          <h2>CVS</h2>
212                          <p class="default">                          <p class="default">

Legend:
Removed from v.542  
changed lines
  Added in v.585

  ViewVC Help
Powered by ViewVC