DoxyPress
2.0.0
|
The following files and utilities are required in order to build DoxyPress and DoxyPressApp from source code.
# | Package | Notes |
---|---|---|
1 | DoxyPress source code | DoxyPress 2.0.0 source Source on github |
2 | DoxyPressApp source code | DoxyPressApp 2.0.0 source Source on github |
3 | libClang | Building DoxyPress from source requires linking with both libClang and libTooling. Pre-built binary versions of clang are available on our download site. Prebuilt clang binaries To build from source refer to Linking with libClang and libTooling |
4 | CopperSpice libraries | The DoxyPress program is linked with CsCore and CsXml. DoxyPressApp is linked with CsCore, CsGui, CsNetwork, and CsXml. <a class="www-link" href="https://download.copperspice.com/copperspice/binary/">Download CopperSpice binaries</a> - OR - <a class="www-link" href="https://download.copperspice.com/copperspice/source/">Download CopperSpice source code</a> |
5 | CMake / C++ Compiler | Refer to CopperSpice Overview Docs |
For additional information about the build process for CopperSpice refer to our CopperSpice Overview documentation.
Building CopperSpice for Mac OS X
Building CopperSpice for Windows
The build process consists of two steps. Follow the same procedure to build DoxyPressApp.
Step 1 Configure DoxyPress by running cmake
The following command will configure DoxyPress for a release version. If you need to pass any CFLAGS or CXXFLAGS they should be set in your environment or passed on the command line.
Step 2 Compile and install DoxyPress by running the following command.