Gabriele Contini
2019-08-29 37ac994f2be71eb5efb356c54aa987a5efb5101d
README.md
@@ -47,9 +47,9 @@
make install
```
## on Windows (with MSVC 2010)
## on Windows (with MSVC 2015)
```
cmake .. -G "Visual Studio 10 2010 Win64" -DCMAKE_INSTALL_PREFIX=../install
cmake .. -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=../install
cmake --build . --target install --config Release
```