-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #476 from tpaviot/review/release-OCE-0.15
Update CMakeLists.txt and NEWS to release OCE 0.15
- Loading branch information
Showing
5 changed files
with
57 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,48 @@ | ||
Travis-CI Build Status : | ||
[![Build Status](https://travis-ci.org/tpaviot/oce.png?branch=master)](https://travis-ci.org/tpaviot/oce) | ||
|
||
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). | ||
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/ | ||
oce < 0.14: http://code.google.com/p/oce-binaries/downloads/ | ||
oce >= 0.14: Google Drive at http://bit.ly/1kvDoTN | ||
* Bug tracker | ||
https://github.com/tpaviot/oce/issues | ||
* Mailing list | ||
http://groups.google.com/group/oce-dev/about | ||
* Travic-CI | ||
https://travis-ci.org/tpaviot/oce | ||
|
||
Just email [email protected] for a request regarding write access to the repository. | ||
Just ask @tpaviot ([email protected]) or @dbarbier ([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 | ||
|
||
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 | ||
|
||
How to compile on Unix? | ||
======================= | ||
|
||
Read INSTALL.Unix file for instructions on compiling. | ||
|
||
License | ||
======= | ||
|
||
OCE has the same license as OCCT; since OCCT 6.7.0, you can redistribute it | ||
and/or modify it under the terms of the GNU Lesser General Public License | ||
version 2.1 as published by the Free Software Foundation, with special | ||
exception defined in the file OCCT_LGPL_EXCEPTION.txt. | ||
See LICENSE_LGPL_21.txt for the full license text. |