update doc/README

This commit is contained in:
derselbst 2017-12-15 19:29:12 +01:00
parent 5e0649158b
commit 6ef5ef9d2d

View file

@ -1,12 +1,13 @@
To build FluidSynth API reference documentation, make sure you have Doxygen To build FluidSynth API reference documentation, make sure you have Doxygen
installed. installed.
If you are using the cmake build system, change to the root build directory. If you are using the cmake build system, change to the build directory and
If you are using the deprecated auto-tools based build system, execute the execute the following command in this doc/ directory:
following command in this doc/ directory:
$ make doxygen $ make doxygen
The latest generated API HTML docs can also be found, along with other The latest generated API HTML docs can also be found at:
information, on the Wiki documentation page: http://www.fluidsynth.org/api/
http://sourceforge.net/apps/trac/fluidsynth/wiki/Documentation
Even more documentation references are provided on our wiki page:
https://github.com/FluidSynth/fluidsynth/wiki/Documentation