1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/dox/dev_guides/building/building.md
omy ba06f8bbee 0024722: Move functionality of WOK command wgendoc to OCCT tool gendoc
Command gendoc improved to:
- generate Reference Manual documentation (OCCT classes reference) with option -refman; option -overview can be used for generation of overview documentation;
- generate PDF documents for all User Guides automatically (for files listed in FILES_PDF.txt);
- check availability of third-party tools (Doxygen, Inkscape etc.) and properly report warnings and errors.
- use templates of configuration files for third-party tools instead of their generation. These template files are located in dox/resources folder

Tcl scripts are moved from dox folder to adm.
Doxygen warnings are eliminated.
Moved all auxilary functions to occaux.tcl.
Fixed Reference manual generation on *nix platform.
Fixed PDF generation on *nix platforms.
2014-04-10 19:21:16 +04:00

1.6 KiB

Building OCCT from sources

In order to build OCCT libraries from these sources for use in your program, you need to:

  1. Make sure you have all required third-party libraries installed (check software requirements in \ref OCCT_OVW_SECTION_5 "Overview").

    See the following documents for short guide to installation of third-party libraries on different platforms:

    • \subpage occt_dev_guides__building_3rdparty_windows
    • \subpage occt_dev_guides__building_3rdparty_linux
    • \subpage occt_dev_guides__building_3rdparty_osx
  2. If you use bare OCCT sources from Git repository or made some changes affecting CDL files or dependencies of OCCT toolkits, you need to update header files generated from \ref occt_dev_guides__cdl "CDL", and regenerate build scripts for your environment using WOK. See \subpage occt_dev_guides__building_wok for details.

    Skip to step 3 if you use complete source package (e.g. official OCCT release) without changes in CDL.

  3. Build using your preferred build tool.

    • \subpage occt_dev_guides__building_automake "Building on Linux with Autotools"
    • \subpage occt_dev_guides__building_cmake "Building with CMake (cross-platform)"
    • \subpage occt_dev_guides__building_code_blocks "Building on Mac OS X with Code::Blocks"
    • \subpage occt_dev_guides__building_msvc "Building on Windows with MS Visual Studio"
    • \subpage occt_dev_guides__building_xcode "Building on Mac OS X with Xcode"

The current version of OCCT can be consulted in the file src/Standard/Standard_Version.hxx