--- libgig/trunk/README 2003/11/11 23:30:47 10 +++ libgig/trunk/README 2003/11/16 17:47:00 11 @@ -28,12 +28,12 @@ ================= If you don't have a POSIX system, you have to set 'POSIX' to '0' in RIFF.h. Instead of using POSIX calls then standard C calls will be used for file - access. + access. This applies e.g. to Windows systems. Compiling: ========== - - Use 'CXXFLAGS=-pedantic ./configure && make all' to compile the library - and all tools and demo applications. + - Use './configure && make all' to compile the library and all tools and + demo applications. - Beside the actual library there are four applications: @@ -48,4 +48,15 @@ - 'make distclean' to clean up everything again +Patches +======= + If you find bugs or have improvements, your patches are always welcome! + Send them either directly to me or to the LinuxSampler developer's mailing + list . + +Credits +======= + This library is based on the reverse engineering work of Paul Kellett and + Ruben van Royen. Thanks for your great work! + Christian Schoenebeck