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
ibs 316d77d981 0026529: CMake offers rebuilding of platform dependent code unclear for an user
Fix for building with GCC and CLang

CMake variable descriptions updated
"Building with CMake" article updated

BuildToolkit.cmake cleaned up and renamed
"TestCases" project and all relating variables removed; custom script added for building environment
DrawAppliInit is copied from occt root to CMake binary dir if the file exists

rebuild platform dependent code by cmake cleaned up
Flex & Bison compiler flags added

RelWithDebInfo OCCT libraries are moved to libi folder; the binary is moved to bini one

CMAKE_BUILD_TYPE is set as Release by-default for a single-configuration generator

env.bat in installation folder has default value of CASDEB that equals to the build type of the last installed OCCT libraries

"building with CMake" article updated
2015-08-20 16:26:23 +03:00

1.2 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. 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_android "Building with CMake and ADT for Android (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