/[svn]/linuxsampler/branches/release0_4_0/README
ViewVC logotype

Diff of /linuxsampler/branches/release0_4_0/README

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

revision 654 by schoenebeck, Wed Jun 15 20:25:25 2005 UTC revision 704 by schoenebeck, Wed Jul 20 10:52:23 2005 UTC
# Line 1  Line 1 
1  LinuxSampler - modular, streaming capable sampler  LinuxSampler - modular, streaming capable sampler
2    
3  by Benno Senoner (benno@gardena.net)  Copyright (C) 2003, 2004 by Benno Senoner (benno@gardena.net)
4  and Christian Schoenebeck (cuse@users.sourceforge.net)                and Christian Schoenebeck (cuse@users.sourceforge.net)
5    Copyright (C) 2005 Christian Schoenebeck
6    
7  This software is distributed under the GNU General Public License (see  
8  COPYING file), and may not be used in commercial applications without asking  License
9  the authors for permission.  -------
10    
11    The LinuxSampler library (liblinuxsampler) and its applications are
12    distributed under the terms of the GNU General Public License (see COPYING
13    file), but with the EXCEPTION that they may NOT be used in COMMERCIAL
14    software or hardware products without prior written authorization by the
15    authors.
16    
17    Also note that liblinuxsampler and its applications are linking against
18    other libraries; respect their licenses as well!
19    
20    
21    Description
22    -----------
23    
24  LinuxSampler is sampler backend, thus server-like console application. It  LinuxSampler is sampler backend, thus server-like console application. It
25  provides a TCP based network interface with a custom ASCII based protocol  provides a TCP based network interface with a custom ASCII based protocol
# Line 29  Requirements on Linux Line 43  Requirements on Linux
43      o libtool      o libtool
44      o If you are compiling from CVS you need to have the autotools installed      o If you are compiling from CVS you need to have the autotools installed
45        (autoconf, automake (>= 1.5)).        (autoconf, automake (>= 1.5)).
46        o If you want to generate the liblinuxsampler API documentation you
47          need to have Doxygen installed.
48    
49    
50  Compiling on Linux  Compiling on Linux
# Line 44  Compiling on Linux Line 60  Compiling on Linux
60            'make -f Makefile.cvs' before doing the above procedure. This will            'make -f Makefile.cvs' before doing the above procedure. This will
61            generate all autotools managed build files.            generate all autotools managed build files.
62    
63        LinuxSampler itself is a library called liblinuxsampler. You can
64        generate the API documenation for liblinuxsampler by explicitly calling
65        'make docs'.
66    
67    
68      b) Creating Debian packages      b) Creating Debian packages
69    

Legend:
Removed from v.654  
changed lines
  Added in v.704

  ViewVC Help
Powered by ViewVC