Skip to content

Commit 380ecb4

Browse files
michaelkonecnyjbeder
authored andcommitted
Clarify the README description about cmake for Windows
Add hint for 64-bit solution in the cmake's generator argument.
1 parent 994cf97 commit 380ecb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cmake [-G generator] [-DBUILD_SHARED_LIBS=ON|OFF] ..
3030
```
3131

3232
* The `generator` is whatever type of build system you'd like to use. To see a full list of generators on your platform, just run `cmake` (with no arguments). For example:
33-
* On Windows, you might use "Visual Studio 12 2013" to generate a Visual Studio 2013 solution
33+
* On Windows, you might use "Visual Studio 12 2013" to generate a Visual Studio 2013 solution or "Visual Studio 14 2015 Win64" to generate a 64-bit Visual Studio 2015 solution.
3434
* On OS X, you might use "Xcode" to generate an Xcode project
3535
* On a UNIX-y system, simply omit the option to generate a makefile
3636

0 commit comments

Comments
 (0)