/[svn]/web/trunk/www.linuxsampler.org/faq.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/faq.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 584 by senoner, Sun May 15 15:31:45 2005 UTC revision 585 by schoenebeck, Wed May 25 04:39:32 2005 UTC
# Line 133  Line 133 
133                                  qsampler, libgig and liblscp. linuxsampler is the core of the sampler, it includes the                                  qsampler, libgig and liblscp. linuxsampler is the core of the sampler, it includes the
134                                  sampler engines and audio and MIDI drivers. linuxsampler itself is decoupled from any                                  sampler engines and audio and MIDI drivers. linuxsampler itself is decoupled from any
135                                  user interface. It offers a network server (LSCP server) to allow to be controlled by                                  user interface. It offers a network server (LSCP server) to allow to be controlled by
136                                  an arbitrary user frontend from an arbitrary place over a netwrok connection or                                  an arbitrary user frontend from an arbitrary place over a network connection or
137                                  locally from the same machine as well.                                  locally from the same machine as well.
138                                  qsampler is the first GUI frontend written for linuxsampler, it is written with the Qt                                  qsampler is the first GUI frontend written for linuxsampler, it is written with the Qt
139                                  GUI library and thus can be compiled for various architectures and operating systems                                  GUI library and thus can be compiled for various architectures and operating systems
# Line 149  Line 149 
149    
150                          <h3>What do I need to compile and install?</h3>                          <h3>What do I need to compile and install?</h3>
151                          <p class="default">                          <p class="default">
152                                  You should compile and install at least linuxsampler. As a beginner you should                                  You should compile and install at least libgig and linuxsampler. As a beginner you should
153                                  defintely as well compile and install qsampler, liblscp and libgig. qsampler is a                                  definitely as well compile and install liblscp and qsampler. qsampler is a
154                                  convenient GUI frontend for linuxsampler. qsampler depends on liblscp, so you have to                                  convenient GUI frontend for linuxsampler. qsampler depends on liblscp, so you have to
155                                  compile and install liblscp before starting to build qsampler. It is recommended to                                  compile and install liblscp before starting to build qsampler. The recommended order to
156                                  install libgig as well, you don't have to actually because libgig is at the moment                                  compile and install is:
157                                  statically included with linuxsampler, but qsampler <b>can</b> use it to retrieve                                  <ol class="default">
158                                  additional informations from Gigasampler files.                                    <li>libgig</li>
159                                      <li>linuxsampler</li>
160                                      <li>liblscp</li>
161                                      <li>qsampler</li>
162                                    </ol>
163                          </p>                          </p>
164    
165                          <h3>How do I checkout from CVS?</h3>                          <h3>How do I checkout from CVS?</h3>
# Line 167  Line 171 
171                          <h3>How do I compile from CVS?</h3>                          <h3>How do I compile from CVS?</h3>
172                          <p class="default">                          <p class="default">
173                                  The procedure for compiling from CVS is the same for all subprojects, that is no matter                                  The procedure for compiling from CVS is the same for all subprojects, that is no matter
174                                  if you are compiling linuxsampler, qsampler, libgig or liblscp from CVS, you have to                                  if you are compiling linuxsampler, qsampler, libgig or liblscp from CVS, you need to
175                                  have the autotools (automake, autoconf and libtool) installed and compile it that way:                                  have the autotools (automake, autoconf and libtool) installed and compile it that way:
176                          </p>                          </p>
177                          <table class="default" border="0" cellpadding="1" cellspacing="5">                          <table class="default" border="0" cellpadding="1" cellspacing="5">

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

  ViewVC Help
Powered by ViewVC