GlLamant
2019-06-26 abab4996db2353caff749d9b41c2ae0af88113a8
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
```