0024728: A lot of tests are crashed on vdump command on Windows in debug mode
[occt.git] / README.txt
CommitLineData
e5bd0d98 1Open CASCADE Technology
2=======================
6bf8a464 3
47d9074a 4This directory contains sources of Open CASCADE Technology (OCCT), a software
5development platform providing services for 3D surface and solid modeling, CAD
6data exchange, and visualization. Most of OCCT functionality is available in
7the form of C++ libraries. OCCT can be best applied in development of software
8dealing with 3D modeling (CAD), manufacturing / measuring (CAM) or numerical
9simulation (CAE).
6bf8a464 10
e5bd0d98 11License
12-------
6bf8a464 13
47d9074a 14Open CASCADE Technology is free software; you can redistribute it and / or
15modify it under the terms of the GNU Lesser General Public version 2.1 as
16published by the Free Software Foundation, with special exception defined in
17the file OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included
18in OCCT distribution for complete text of the license.
19
20Alternatively, Open CASCADE Technology may be used under the terms of Open
21CASCADE commercial license or contractual agreement.
22
23Note that Open CASCADE Technology is provided on an "AS IS" basis, WITHOUT
24WARRANTY OF ANY KIND. The entire risk related to any use of the OCCT code and
25materials is on you. See the license text for formal disclaimer.
6bf8a464 26
e5bd0d98 27Packaging
28---------
6bf8a464 29
e5bd0d98 30You can receive certified version of OCCT code in different packages.
6bf8a464 31
e5bd0d98 32- Snapshot of Git repository: contains only bare sources of OCCT; many C++
33 files, HTML documentation, and project files / makefiles for building OCCT
34 need to be generated.
6bf8a464 35
e5bd0d98 36- Complete source archive: contains all sources of OCCT, including C++ files
37 generated by WOK, HTML and PDF documentation, and projects / makefiles for
38 building on all officially supported platforms.
6bf8a464 39
e5bd0d98 40- Binary package (platform-specific): in addition to complete source archive,
47d9074a 41 it includes binaries of OCCT and third-party libraries built on one platform.
e5bd0d98 42 This package allows using OCCT immediately after installation.
6bf8a464 43
e5bd0d98 44Certified versions of OCCT can be downloaded from http://www.opencascade.org
45
46You can also find OCCT pre-installed on your system, or install it from
47packages provided by a third party. Note that packaging and functionality
48of such versions can be different from certified releases. Please consult
49documentation accompanyog your version for details.
50
51Documentation
52-------------
53
54Open file doc/html/index.html to browse HTML documentation.
55
56If HTML documentation is not available in your package, you can:
57
58- Generate it from sources.
47d9074a 59
60 You need to have Tcl and Doxygen 1.8.4 (or above) installed on your system.
61 and accessible in your environment (check environment variable PATH).
62 Run batch file *gendoc.bat* on Windows or Bash scriot *gendoc.sh* on Linux
63 or Mac OS X to (re)generate documentation.
e5bd0d98 64
65- Read documentation in source plain text (MarkDown) format found in
66 subfolder *dox*
67
68See *dox/dev_guides/documentation/documentation.md* for details.
69
70Building
71--------
72
73In most cases you need to rebuild OCCT on your platform (OS, compiler) before
74using it in your project, to ensure binary compatibility.
75
76Consult the file *dox/dev_guides/building/building.md* for instructions on
77building OCCT from sources on supported platforms.
78
79Version
80-------
6bf8a464 81
82The current version of OCCT can be consulted in the file
e5bd0d98 83*src/Standard/Standard_Version.hxx*
6bf8a464 84
e5bd0d98 85Development
86-----------
6bf8a464 87
e5bd0d98 88For information regarding OCCT code development please consult the official
89OCCT Collaborative Development Portal:
90http://dev.opencascade.org