Skip to content

Commit 448a96d

Browse files
committed
update AUTHORS and INSTALL
1 parent 8221692 commit 448a96d

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ Trevor Laughlin
1515
jelle feringa
1616
nxsofsys
1717
Thomas Severin
18+
19+
Please report any missing name

INSTALL.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,12 @@ Requirements
1919
pythonOCC needs the following libraries or programs to be installed before you
2020
can compile/use it :
2121

22-
- the python programming language (http://www.python.org). Python 2.7 and 3.x
23-
are officially supported,
22+
- the python programming language (http://www.python.org). Python 3.x is required. Python 2
23+
is officially dropped since the release 7.4.0.
2424

25-
- OpenCascade Community Edition 0.18.x (https://github.com/tpaviot/oce),
25+
- OpenCascade 7.4.0 (https://dev.opencascade.org),
2626

27-
- FreeType 2.6.3 (https://www.freetype.org/),
28-
29-
- SWIG 3.0.9 or higher (http://www.swig.org),
30-
31-
- CMake 2.8 or higher (http://www.cmake.org).
32-
33-
**Important**: the OCE version has to match the pythonocc-core version,
34-
which is currently **0.18.x**
35-
36-
- Optional : smesh-6.7.6 (https://github.com/tpaviot/smesh)
27+
- SWIG 3.0.11 or higher (http://www.swig.org),
3728

3829
Create a local copy of the repository
3930
-------------------------------------
@@ -50,7 +41,6 @@ pythonocc-core compilation
5041
The configuration steps uses cmake:
5142

5243
cmake ..
53-
5444
By default, cmake looks for oce include headers in /usr/local/include/oce and
5545
libraries in /usr/local/include/lib. If these paths don't match your
5646
installation, you have to set OCE_INCLUDE_PATH and OCE_LIB_PATH:
@@ -84,5 +74,6 @@ In order to check that everything is ok, run the pythonocc unittest suite:
8474
cd ../test
8575
python run_tests.py
8676

87-
You can also run the examples avalaible in the pythonocc-core/examples
88-
directory.
77+
demos
78+
-----
79+
Download/test demos available at https://github.com/tpaviot/pythonocc-demos

0 commit comments

Comments
 (0)