Collaborative development tools
This page is to provide links to collaborative development tools and other related resources.
Issue tracker
Issue lists:
- Waiting for feedback
- Waiting for code review (resolved)
- Waiting for testing (reviewed)
- Waiting for integration (tested)
- Integrated since last release
Git repository
Browse repository on-line (GitWeb)
In order to get direct access to Git repository you need to:
- Join the development team by signing a Contributor License Agreement
- Register your SSH key in your account (tab "SSH keys")
Git clone URL: ssh://gitolite@git.dev.opencascade.org/occt
Example (developer access):
git clone ssh://gitolite@git.dev.opencascade.org/occt occt
Example (anonymous read-only access):
git clone https://git.dev.opencascade.org/repos/occt.git occt
Documents
- OCCT Contribution Workflow
- Guide to installing and using Git for OCCT development
- Building 3rd party products for OCCT
- Building OCCT from sources
- Automatic Test System
Full online documentation
Reference manual
Downloads
- Pre-built binaries of 3rd party products:
- Download WOK binary distribution (for building OCCT 6.9.1 and earlier):