Commit 53df26dc6b62eca7dccdc87c711d5313a9fd17f2

Authored by Elena.Budnik
2 parents 493d59cf d643df12

Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/DDClient

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
... ...