Readme. fixup

This commit is contained in:
KjellKod 2014-02-25 23:18:18 -07:00
parent 9fa3acf2cb
commit 0bfd6cb97b

View File

@ -169,13 +169,13 @@ cd build
```
*** Building on Linux ***
** Building on Linux **
```
cmake -DCMAKE_BUILD_TYPE=Release ..
make
```
*** Building on Windows ***
** Building on Windows **
Please use the Visual Studio 12 (2013) command prompt "Developer command prompt"
```
cmake -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 12" ..