mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-09 09:11:02 +00:00
Build documentation instructions.
This commit is contained in:
parent
864bd7a7f0
commit
ed9720b38b
2 changed files with 12 additions and 2 deletions
|
@ -71,6 +71,11 @@ There is a "clean" target, but not a "distclean" one. You should use a build
|
|||
directory different to the source tree. In this case, the "distclean" target
|
||||
would be equivalent to simply removing the build directory.
|
||||
|
||||
To compile the developer documentation, use this command from the root build
|
||||
directory:
|
||||
|
||||
$ make doxygen
|
||||
|
||||
If something fails
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
To build FluidSynth API reference documentation, make sure you have Doxygen
|
||||
installed and execute the following command in the doc/ directory:
|
||||
make doxygen
|
||||
installed.
|
||||
|
||||
If you are using the cmake build system, change to the root build directory.
|
||||
If you are using the deprecated auto-tools based build system, execute the
|
||||
following command in this doc/ directory:
|
||||
|
||||
$ make doxygen
|
||||
|
||||
The latest generated API HTML docs can also be found, along with other
|
||||
information, on the Wiki documentation page:
|
||||
|
|
Loading…
Reference in a new issue