Skip to content
Snippets Groups Projects
Commit 3e4d4252 authored by TOMsworkspace's avatar TOMsworkspace
Browse files

Update README

parent 327a6374
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ Add the path to the Boost dlls (C:\dev\libboost_1_71_0\lib64-msvc-XX.Y) files to
  First,configuarte with command:
```bash
$ cmake -S "DTK_DIR" -D "DESTINATION_STATIC_DIR" -D CMAKE_INSTALL_PREFIX="PATH TO INSTALL STATIC LIBS" -G "Generates"
$ cmake -S "DTK_DIR" -B "DESTINATION_STATIC_DIR" -D CMAKE_INSTALL_PREFIX="PATH TO INSTALL STATIC LIBS" -G "Generates"
```
  second, install with:
......@@ -55,7 +55,7 @@ $ cmake --build "DESTINATION_STATIC_DIR" --config Release --target install
  First,configuarte with command:
```bash
$ cmake -S "DTK_DIR" -D "DESTINATION_SHARED_DIR" -D BUILD_SHARED_LIBS=ON -D CMAKE_INSTALL_PREFIX="PATH TO INSTALL SHARED LIBS" -G "Generates"
$ cmake -S "DTK_DIR" -B "DESTINATION_SHARED_DIR" -D BUILD_SHARED_LIBS=ON -D CMAKE_INSTALL_PREFIX="PATH TO INSTALL SHARED LIBS" -G "Generates"
```
  second, install with:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment