Skip to content

Commit

Permalink
Updated the info how to compile under Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Oct 31, 2021
1 parent 8b7b450 commit ec05d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Under windows only the static library is generated which
should be used for your code development.

```
cmake -G "Visual Studio 15 2017 Win64" .
cmake -G "Visual Studio 16 2019" -A x64 .
```
and then start Visual C++ and compile it. Usually
you want to compile both the release and debug
Expand Down

0 comments on commit ec05d3c

Please sign in to comment.