Changes between Version 44 and Version 45 of Installation
- Timestamp:
- 07/12/13 16:35:29 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v44 v45 117 117 sudo ./build.sh 118 118 }}} 119 And if the libraries can not be found119 And if the Python libraries or headers can not be found: 120 120 {{{ 121 121 export MUSCLE_CMAKE_OPTIONS="-DBUILD_PYTHON=ON -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so"