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

Diff of /libgig/trunk/README

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

revision 2 by schoenebeck, Sat Oct 25 20:15:04 2003 UTC revision 11 by schoenebeck, Sun Nov 16 17:47:00 2003 UTC
# Line 28  Non-POSIX systems Line 28  Non-POSIX systems
28  =================  =================
29    If you don't have a POSIX system, you have to set 'POSIX' to '0' in RIFF.h.    If you don't have a POSIX system, you have to set 'POSIX' to '0' in RIFF.h.
30    Instead of using POSIX calls then standard C calls will be used for file    Instead of using POSIX calls then standard C calls will be used for file
31    access.    access. This applies e.g. to Windows systems.
32    
33  Compiling:  Compiling:
34  ==========  ==========
35   - Use 'CXXFLAGS=-pedantic ./configure && make all' to compile the library   - Use './configure && make all' to compile the library and all tools and
36     and all tools and demo applications.     demo applications.
37    
38   - Beside the actual library there are four applications:   - Beside the actual library there are four applications:
39    
# Line 48  Compiling: Line 48  Compiling:
48    
49   - 'make distclean' to clean up everything again   - 'make distclean' to clean up everything again
50    
51    Patches
52    =======
53      If you find bugs or have improvements, your patches are always welcome!
54      Send them either directly to me or to the LinuxSampler developer's mailing
55      list <linuxsampler-devel@lists.sourceforge.net>.
56    
57    Credits
58    =======
59      This library is based on the reverse engineering work of Paul Kellett and
60      Ruben van Royen. Thanks for your great work!
61    
62   Christian Schoenebeck <cuse@users.sourceforge.net>   Christian Schoenebeck <cuse@users.sourceforge.net>

Legend:
Removed from v.2  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC