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 8deb030 commit 533b940Copy full SHA for 533b940
README.md
@@ -53,8 +53,8 @@ of AdTree. Then you should have obtained a usable project and just build. I reco
53
$ cd path-to-root-dir-of-AdTree
54
$ mkdir Release
55
$ cd Release
56
- $ cmake -DCMAKE_BUILD_TYPE=Release ..
57
- $ msbuild AdTree.sln /p:Configuration=Release
+ $ cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release ..
+ $ nmake
58
```
59
60
Don't have any experience with C/C++ programming? Have a look at [How to build AdTree step by step](./How_to_build.md).
0 commit comments