summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Barbier <bouzim@gmail.com>2011-04-19 20:08:27 +0200
committerDenis Barbier <bouzim@gmail.com>2011-04-19 20:08:27 +0200
commit2d6a8b78528c90a4da5270faf1cc0f607ebd86d6 (patch)
tree444ffff5d0eff8658f558ce8b72d7246270480ba
parentbb44fe24437ab835737ae802b2540cbd26faa955 (diff)
downloadoce-2d6a8b78528c90a4da5270faf1cc0f607ebd86d6.tar.gz
oce-2d6a8b78528c90a4da5270faf1cc0f607ebd86d6.zip
Add informations about our online resources
-rw-r--r--README24
1 files changed, 17 insertions, 7 deletions
diff --git a/README b/README
index df46d10b..7130a0ec 100644
--- a/README
+++ b/README
@@ -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.