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

Diff of /libgig/trunk/README

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

revision 191 by schoenebeck, Thu Jul 8 21:35:58 2004 UTC revision 530 by schoenebeck, Mon May 9 14:09:16 2005 UTC
# Line 9  Content Line 9  Content
9                                       files and provide abstract access to the                                       files and provide abstract access to the
10                                       data.                                       data.
11    - gig classes (gig.h, gig.cpp):    These are based on the DLS classes and    - gig classes (gig.h, gig.cpp):    These are based on the DLS classes and
12                                       provide the neccessary extensions for                                       provide the necessary extensions for
13                                       the Gigasampler file format.                                       the Gigasampler file format.
14    
15  Requirements  Requirements
# Line 21  Requirements Line 21  Requirements
21      autoconf  2.57      autoconf  2.57
22    
23    If you want to compile the 'gigextract' application that comes with these    If you want to compile the 'gigextract' application that comes with these
24    sources then you will additionally need to have libaudiofile installed (I    sources then you will additionally need to have libaudiofile (>= 0.2.3)
25    used version 0.2.3).    or libsndfile (>= 1.0.2) installed. Note: for Windows systems only
26      libsndfile is available.
27    
28  Non-POSIX systems  Non-POSIX systems
29  =================  =================
30    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.
31    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
32    access. This applies e.g. to Windows systems.    access. This applies e.g. to Windows systems. I would appreciate if
33      somebody sends me his MS Visual Studio / .NET, Borland C++ Builder or
34      Apple XCode project file! This might help others to conveniently compile
35      libgig on those platforms as well.
36    
37  Compiling  Compiling
38  =========  =========
# Line 45  Compiling Line 49  Compiling
49    
50    b) Creating Debian packages    b) Creating Debian packages
51    
52    Use 'make -f Makefile.cvs && dpkg-buildpackage -rfakeroot' to compile and    Use 'make -f Makefile.cvs && dpkg-buildpackage -rfakeroot -b' to compile
53    create the Debian packages. This will generate 3 Debian packages:    and create the Debian packages. This will generate 3 Debian packages:
54    
55      libgig:      Contains the shared library files.      libgig:      Contains the shared library files.
56      libgig-dev:  Contains the header files and documentation for building      libgig-dev:  Contains the header files and documentation for building
# Line 89  API Documentation Line 93  API Documentation
93  =================  =================
94    
95   If you have Doxygen installed you can generate the API documentation by   If you have Doxygen installed you can generate the API documentation by
96   just running 'doxygen' in the sources' top level directory. The API   running 'make docs' in the sources' top level directory. The API
97   documentation will be generated in the 'html' subdirectory.   documentation will be generated in the 'doc' subdirectory.
98    
99  Patches  Patches
100  =======  =======
# Line 100  Patches Line 104  Patches
104    
105  Credits  Credits
106  =======  =======
107    This library is based on the reverse engineering work of Paul Kellett and    The initial library was based on the reverse engineering effort of
108    Ruben van Royen. Thanks for your great work!    Paul Kellett and Ruben van Royen. We owe current support for the quite new
109      Gigasampler v3 format to Andreas Persson. Please also have a look at the
110      ChangeLog for all those who contributed. Thanks for your great work!
111    
112   Christian Schoenebeck <cuse@users.sourceforge.net>   Christian Schoenebeck <cuse@users.sourceforge.net>

Legend:
Removed from v.191  
changed lines
  Added in v.530

  ViewVC Help
Powered by ViewVC