diff options
author | Denis Barbier <bouzim@gmail.com> | 2011-04-19 20:08:27 +0200 |
---|---|---|
committer | Denis Barbier <bouzim@gmail.com> | 2011-04-19 20:08:27 +0200 |
commit | 2d6a8b78528c90a4da5270faf1cc0f607ebd86d6 (patch) | |
tree | 444ffff5d0eff8658f558ce8b72d7246270480ba | |
parent | bb44fe24437ab835737ae802b2540cbd26faa955 (diff) | |
download | oce-2d6a8b78528c90a4da5270faf1cc0f607ebd86d6.tar.gz oce-2d6a8b78528c90a4da5270faf1cc0f607ebd86d6.zip |
Add informations about our online resources
-rw-r--r-- | README | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -1,20 +1,30 @@ oce stands for *o*pencascade *c*ommunity *e*dition. -This project aims at gathering patches/changes/improvements from the OCC community over the latest 6.5.0 release. +This project aims at gathering patches/changes/improvements from the OCC community over the latest release +(currently OCCT 6.5.0). + +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 + git clone git://github.com/tpaviot/oce.git How to stay up to date with latest developements? ================================================= -cd oce -git pull + cd oce + git pull There is no configure script, how do I compile on Unix? ======================================================= -cd oce -autoreconf -fi -Then read INSTALL for instructions on compiling + cd oce + autoreconf -fi + +Then read INSTALL for instructions on compiling. |