DoxyPress
1.7.0
|
The following files and utilities will be required in order to build DoxyPress and DoxyPressApp from source code.
# | Package | Notes |
---|---|---|
1 | DoxyPress source code | DoxyPress 1.7.0 source Source on github |
2 | DoxyPressApp source code | DoxyPressApp 1.7.0 source Source on github |
3 | libClang 18.1.8 | Building DoxyPress from source requires linking with both libClang and libTooling. Pre-built binary versions of clang 18.1.8 are available on our download site. Prebuilt clang binaries To build from source refer to Building libClang and libTooling |
4 | CopperSpice libraries | The DoxyPress program is linked with the CopperSpice libCsCore and libCsXml libraries. DoxyPressApp is linked with libCsCore, libCsGui, libCsNetwork, and libCsXml. Download CopperSpice binaries - OR - Download CopperSpice source code |
5 | CMake | Refer to CopperSpice Overview Docs |
6 | 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.