mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
23 lines
486 B
Text
23 lines
486 B
Text
The JUCE API Reference
|
|
======================
|
|
|
|
From here, you can generate an offline HTML version of the JUCE API Reference.
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
- doxygen
|
|
- python
|
|
- graphviz (to generate inheritance diagrams)
|
|
|
|
Make sure that all the dependencies can be found on your PATH.
|
|
|
|
Building
|
|
--------
|
|
|
|
- cd into this directory on the command line
|
|
- run `make`
|
|
|
|
Doxygen will create a new subfolder "doc". Open doc/index.html in your browser
|
|
to access the generated HTML documentation.
|
|
|