Changes between Version 54 and Version 55 of Installation
- Timestamp:
- 05/13/14 17:25:23 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v54 v55 114 114 sudo ./build.sh 115 115 }}} 116 And if the Python libraries or headers can 116 And if the Python libraries or headers cannot be found: 117 117 {{{ 118 118 export MUSCLE_CMAKE_OPTIONS="-DBUILD_PYTHON=ON -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so"