forked from tpaviot/oce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
29 lines (23 loc) · 918 Bytes
/
README.txt
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
28
29
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.7.0).
We use the following online resources:
* Sources
https://github.com/tpaviot/oce
* Binaries
http://code.google.com/p/oce-binaries/downloads/
* Bug tracker
https://github.com/tpaviot/oce/issues
* Mailing list
http://groups.google.com/group/oce-dev/about
Just email [email protected] 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.Unix file for instructions on compiling.