1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/dox/dev_guides/building/building.md
ibs e5bd0d984c documentation updated
unrelated changes: Unused unit OpenCL removed from UDLIST

All articles revised
README revised
comments are allowed in FILES.txt

Add gendoc.sh for Linux
Added option -s to set search engine of the HTML documents
Added 3rdparty_building docs for different platforms

help message removed from bat&sh scripts (left within tcl script)
tableofcontents added for all huge articles;
gendoc.bat doesn't change PATH variable
jpgs converted to pngs and unused pngs removed
logo displaying of pdf files fixed
Automatic detection of OCCT version number added to occtdoc.tcl
OCCT version within pdfs is got from Standard_Version.hxx; copyright changed
pdf generation process removes latex dir now
GIF images converted to PNG in technical_overview;
references fixed (incorrect reference to wok and cdl didn't touch; redundant latex option removed

Tutorial moved from Overview and made top level page
LICENSE.md moved from dox/overview to dox folder

Section related to OCCT building refactored and simplified.
WOK and CDL explicitly declared as deprecated.
2013-11-07 15:43:00 +04:00

1.5 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 dev_guides__building_3rdparty_windows
    • \subpage dev_guides__building_3rdparty_linux
    • \subpage 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 dev_guides__cdl "CDL", and regenerate build scripts for your environment using WOK. See \subpage 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 dev_guides__building__automake "Building on Linux with Autotools"
    • \subpage dev_guides__building__cmake "Building with CMake (cross-platform)"
    • \subpage dev_guides__building__code_blocks "Building on Mac OS X with Code::Blocks"
    • \subpage dev_guides__building__msvc "Building on Windows with MS Visual Studio"
    • \subpage 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