summaryrefslogtreecommitdiff
path: root/README.txt
blob: 0d75369c9e0aee72b1bcfcff2d1d411f1fcd449c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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.