Skip to content

Commit 9e32b74

Browse files
committed
updated README
1 parent 3ccd83d commit 9e32b74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,12 @@ make
121121
test/saf_test # To run the unit testing program
122122
```
123123

124-
Or for Visual Studio users (using e.g. x64 Native Tools Command Prompt for VS 2019):
124+
Or for Visual Studio users (using x64 Native Tools Command Prompt for VS):
125125
```
126+
# e.g. for VS2019:
126127
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"
127130
cd build
128131
msbuild ALL_BUILD.vcxproj /p:Configuration=Release /m
129132
cd test/Release

0 commit comments

Comments
 (0)