/[svn]/linuxsampler/trunk/README
ViewVC logotype

Diff of /linuxsampler/trunk/README

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

revision 653 by schoenebeck, Tue May 24 19:20:20 2005 UTC revision 654 by schoenebeck, Wed Jun 15 20:25:25 2005 UTC
# Line 26  Requirements on Linux Line 26  Requirements on Linux
26        (header) files as MIDI input and audio output drivers.        (header) files as MIDI input and audio output drivers.
27      o libgig and its development (header) files for loading Gigasampler      o libgig and its development (header) files for loading Gigasampler
28        format files.        format files.
29        o libtool
30      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
31        (autoconf, automake and libtool).        (autoconf, automake (>= 1.5)).
32    
33    
34  Compiling on Linux  Compiling on Linux
35  ------------------  ------------------
36    
37      a) Compiling and installing directly      a) Compiling and installing directly
38        
39      The general procedure by calling './configure && make' on the source's      The general procedure by calling './configure && make' on the source's
40      toplevel directory will compile and 'make install' as root will install      toplevel directory will compile and 'make install' as root will install
41      LinuxSampler on your system.      LinuxSampler on your system.
42        
43      Note: if you are compiling from CVS you have to explicitly call      Note: if you are compiling from CVS you have to explicitly call
44            'make -f Makefile.cvs' before doing the above procedure. This will            'make -f Makefile.cvs' before doing the above procedure. This will
45            generate all autotools managed build files.            generate all autotools managed build files.
46    
47              
48      b) Creating Debian packages      b) Creating Debian packages
49    
50      Simply calling 'dpkg-buildpackage -rfakeroot -b' from the source's      Simply calling 'dpkg-buildpackage -rfakeroot -b' from the source's
# Line 51  Compiling on Linux Line 52  Compiling on Linux
52      The Debian package will be placed one directory above the source's      The Debian package will be placed one directory above the source's
53      toplevel directory (thus ../).      toplevel directory (thus ../).
54    
55        
56      c) Creating Redhat packages      c) Creating Redhat packages
57    
58      You need to have the rpmbuild tool installed and properly configured to      You need to have the rpmbuild tool installed and properly configured to
# Line 74  Compiling on Linux Line 75  Compiling on Linux
75  Compilation on OSX : Stephane Letz (letz@grame.fr)  Compilation on OSX : Stephane Letz (letz@grame.fr)
76  --------------------------------------------------  --------------------------------------------------
77    
78  The compilation on OSX currently uses an XCode project.  The compilation on OSX currently uses an XCode project.
79    
80  - Download and install the JackOSX package (www.jackosx.com)  - Download and install the JackOSX package (www.jackosx.com)
81    

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

  ViewVC Help
Powered by ViewVC