--- linuxsampler/trunk/README 2005/06/15 20:25:25 654 +++ linuxsampler/trunk/README 2005/07/19 15:43:40 697 @@ -29,6 +29,8 @@ o libtool o If you are compiling from CVS you need to have the autotools installed (autoconf, automake (>= 1.5)). + o If you want to generate the liblinuxsampler API documentation you + need to have Doxygen installed. Compiling on Linux @@ -44,6 +46,10 @@ 'make -f Makefile.cvs' before doing the above procedure. This will generate all autotools managed build files. + LinuxSampler itself is a library called liblinuxsampler. You can + generate the API documenation for liblinuxsampler by explicitly calling + 'make docs'. + b) Creating Debian packages