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 3ccd83d commit 9e32b74Copy full SHA for 9e32b74
README.md
@@ -121,9 +121,12 @@ make
121
test/saf_test # To run the unit testing program
122
```
123
124
-Or for Visual Studio users (using e.g. x64 Native Tools Command Prompt for VS 2019):
+Or for Visual Studio users (using x64 Native Tools Command Prompt for VS):
125
126
+# e.g. for VS2019:
127
cmake -S . -B build -G "Visual Studio 16" -A x64
128
+# e.g. for VS2017:
129
+cmake -S . -B build -G "Visual Studio 15 Win64"
130
cd build
131
msbuild ALL_BUILD.vcxproj /p:Configuration=Release /m
132
cd test/Release
0 commit comments