Browse Source

Update the REDME file to explain the dependences for the the compilation of the Python extension and the Debian package.

Ovidio Peña Rodríguez 8 years ago
parent
commit
7219d21e9c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -28,6 +28,15 @@ To compile the source you will need C++11 capable compiler. To use
 MultiPrecision feature you need to install Boost.Multiprecision
 library (at least 1.58 ver).
 
+To compile the Python extension you also need the following packages:
+ - **python-numpy (>= 1.0)**
+ - **python-support (>= 0.6)**
+ - **python-all-dev (any version)**
+ - **python-numpy-dev (any version)**
+
+To compile the Debian package you also need the following packages:
+ - **debhelper (>=7.0.0)**
+ - **cdbs (>= 0.4.49)**
 
 Compilation options