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/dev_guides.md
dln c6f11ec0f7 0024927: Getting rid of "Persistent" functionality -- Documentation
First version of upgrade manual (new developer guide) added, describing methods that can be used to convert data files written with old persistence, to formats supported by OCCT 7.0
2015-05-21 14:56:15 +03:00

1.0 KiB

Developer Guides

The following documents provide information on OCCT building, development and testing:

  • @subpage occt_dev_guides__building "Building OCCT from sources"
  • @subpage occt_dev_guides__documentation "Documentation system"
  • @subpage occt_dev_guides__coding_rules "Coding Rules"
  • @subpage occt_dev_guides__contribution_workflow "Contribution Workflow"
  • @subpage occt_dev_guides__git_guide "Guide to installing and using Git for OCCT development"
  • @subpage occt_dev_guides__tests "Automatic Testing system"
  • @subpage occt_dev_guides__debug "Debugging tools and hints"

These two documents provide details on obsolete technologies used by OCCT, to be removed in future releases:

  • @subpage occt_dev_guides__wok "Workshop Organization Kit (WOK)"
  • @subpage occt_dev_guides__cdl "Component Definition Language (CDL)"

The following guide provides information relevant to upgrading applications developed with previous versions of OCCT, to recent one:

  • @subpage occt_dev_guides__upgrade "Upgrade from previous OCCT versions"