Skip to content

Commit 1a08c61

Browse files
committed
Edit README.
1 parent 3531227 commit 1a08c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ First, you must generate the projects using [CMake](http://www.cmake.org/). Open
1212
cd build
1313
cmake ..
1414

15-
`cmake` takes an optional `-G` argument to specify which project generator to use. For example, the following command will use the Visual Studio 2012 generator. A complete list of available generators can be found by running `cmake` with no arguments.
15+
`cmake` takes an optional `-G` argument to specify which project generator to use. For example, the following command will use the Visual Studio 2013 generator. A complete list of available generators can be found by running `cmake` with no arguments.
1616

17-
cmake -G "Visual Studio 11" ..
17+
cmake -G "Visual Studio 12 2013" ..
1818

1919
On a Unix-like OS, to generate a makefile that builds the release configuration:
2020

0 commit comments

Comments
 (0)