|
rippled
|
Install these dependencies:
MacOS: We recommend installing via Homebrew: brew install doxygen. The executable will be installed in /usr/local/bin which is already in the default PATH.
If you use the official binary distribution, then you'll need to make Doxygen available to your command line. You can do this by adding a symbolic link from /usr/local/bin to the doxygen executable. For example,
``` $ ln -s /Applications/Doxygen.app/Contents/Resources/doxygen /usr/local/bin/doxygen ```
plantuml.jar.brew install graphviz.Instead of installing the above dependencies locally, you can use the official build environment Docker image, which has all of them installed already.
There is a docs target in the CMake configuration.
The output will be in build/docs/html.
1.8.17