/oce

Open CASCADE Community Edition: patches/improvements/experiments contributed by users over the official Open CASCADE library.

Primary LanguageC++OtherNOASSERTION

oce stands for *o*pencascade *c*ommunity *e*dition.

This project aims at gathering patches/changes/improvements from the OCC community over the latest release
(currently OCCT 6.5.2).

We use the following online resources:
  * Sources
       https://github.com/tpaviot/oce
  * Bug tracker
       https://github.com/tpaviot/oce/issues
  * Mailing list
       http://groups.google.com/group/oce-dev/about

Just email tpaviot@gmail.com for a request regarding write access to the repository.

How to create a local copy of the repository?
=============================================
 git clone git://github.com/tpaviot/oce.git

How to stay up to date with latest developements?
=================================================
 cd oce
 git pull

How to compile on Unix?
=======================
Read INSTALL file for instructions on compiling.