We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2556e commit 0b19aa3Copy full SHA for 0b19aa3
test/README.md
@@ -1,4 +1,4 @@
1
Use following instruction to build.
2
```bash
3
-cmake -DBOOST_LIB=D:\boost_1_57_0\boost_1_57_0\build\lib -DBOOST_INCLUDE=D:\boost_1_57_0\boost_1_57_0 -DBOOST_VER:STRING=1.57.0 -DCMAKE_BUILD_TYPE=Debug ./
+cmake -DBOOST_LIB=`<your boost static libs path>` -DBOOST_INCLUDE`<your boost include path>` -DBOOST_VER:STRING=`<your boost version>` -DCMAKE_BUILD_TYPE=Debug ./
4
```
0 commit comments