Changes between Version 43 and Version 44 of Installation

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v43 v44  
    9898|| {{{MPI_C_LIBRARIES}}} || All libraries needed to link with for C MPI (semicolon separated) || {{{/usr/lib/libmpi.so;/usr/lib/libm.so}}} || 
    9999 
    100 Possible build options can be evaluated by going to the build directory and running 
     100Possible build options can be evaluated by going to the build directory and running: 
    101101{{{ 
    102102cmake -L .. 
    103103}}} 
    104104 
    105 Even more detailed build options are found with 
     105Even more detailed build options are found with: 
    106106{{{ 
    107107cmake -LA .. 
    108108}}} 
    109109 
    110 These options can be passed to cmake by setting the environment variable 
     110These options can be passed to cmake by setting the environment variable {{{MUSCLE_CMAKE_OPTIONS}}}: 
    111111{{{ 
    112112export MUSCLE_CMAKE_OPTIONS="-DOPTION=VALUE -DOPTION2=VALUE2"