Changes between Version 44 and Version 45 of Installation

Show
Ignore:
Timestamp:
07/12/13 16:35:29 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v44 v45  
    117117sudo ./build.sh 
    118118}}} 
    119 And if the libraries can not be found 
     119And if the Python libraries or headers can not be found: 
    120120{{{ 
    121121export MUSCLE_CMAKE_OPTIONS="-DBUILD_PYTHON=ON -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so"