--- libgig/trunk/README 2004/07/08 21:35:58 191 +++ libgig/trunk/README 2004/11/26 19:24:18 312 @@ -9,7 +9,7 @@ files and provide abstract access to the data. - gig classes (gig.h, gig.cpp): These are based on the DLS classes and - provide the neccessary extensions for + provide the necessary extensions for the Gigasampler file format. Requirements @@ -21,8 +21,9 @@ autoconf 2.57 If you want to compile the 'gigextract' application that comes with these - sources then you will additionally need to have libaudiofile installed (I - used version 0.2.3). + sources then you will additionally need to have libaudiofile (>= 0.2.3) + or libsndfile (>= 1.0.2) installed. Note: for Windows systems only + libsndfile is available. Non-POSIX systems ================= @@ -45,8 +46,8 @@ b) Creating Debian packages - Use 'make -f Makefile.cvs && dpkg-buildpackage -rfakeroot' to compile and - create the Debian packages. This will generate 3 Debian packages: + Use 'make -f Makefile.cvs && dpkg-buildpackage -rfakeroot -b' to compile + and create the Debian packages. This will generate 3 Debian packages: libgig: Contains the shared library files. libgig-dev: Contains the header files and documentation for building @@ -89,8 +90,8 @@ ================= If you have Doxygen installed you can generate the API documentation by - just running 'doxygen' in the sources' top level directory. The API - documentation will be generated in the 'html' subdirectory. + running 'make docs' in the sources' top level directory. The API + documentation will be generated in the 'doc' subdirectory. Patches =======