Help building API docs, please

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
falviani
Posts: 250
Joined: Tue May 07, 2019 8:49 pm

Help building API docs, please

Post by falviani »

Hi,

I need to build the API documentation (I am working on a workbench and need to find out how to enable commands after activating it). I build the git version using CMake and VS2019. I have tried to follow the wiki page on building, creating a separated directory for the generated HTML, but I don't have make as a command installed on my machine. When I cd into the html output directory and run CMake (using the existing source directory that I use to build normally), it generates a configuration file - but I don't know how to tell it to just build the docs using Doxygen, which I do have installed. What should I do?

Thanks in advance,
Frank
Post Reply