소스 검색

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 년 전
부모
커밋
7219d21e9c
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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