Changes between Version 54 and Version 55 of Installation

Show
Ignore:
Timestamp:
05/13/14 17:25:23 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v54 v55  
    114114sudo ./build.sh 
    115115}}} 
    116 And if the Python libraries or headers can not be found: 
     116And if the Python libraries or headers cannot be found: 
    117117{{{ 
    118118export MUSCLE_CMAKE_OPTIONS="-DBUILD_PYTHON=ON -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so"