Commit d643df12c38979da45302149a610319469d58119

Authored by Myriam Bouchemit
1 parent c027acc9

installation dans /opt/local

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README
... ... @@ -2,7 +2,7 @@
2 2 > cmake -E make_directory build
3 3  
4 4 2. Configure the build. Set CMAKE_BUILD_TYPE to Debug or Release to configure the build type. Set CMAKE_INSTALL_PREFIX to configure the install directory :
5   -> cmake -E chdir build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/benjamin/DDClient ..
  5 +> cmake -E chdir build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/local ..
6 6  
7 7 3. Build DDClient :
8 8 > cmake --build build
... ...