Update cmake command line options for the supported VS versions

This commit is contained in:
David Capello 2014-11-08 21:10:29 -03:00
parent 6dba52c813
commit c9a7d77879

View File

@ -39,9 +39,8 @@ the source code in a directory called `aseprite-source`):
If you have Visual Studio you can generate a solution: If you have Visual Studio you can generate a solution:
C:\...\aseprite-source\build>cmake .. -G "Visual Studio 8 2005" C:\...\aseprite-source\build>cmake .. -G "Visual Studio 11 2012"
C:\...\aseprite-source\build>cmake .. -G "Visual Studio 9 2008" C:\...\aseprite-source\build>cmake .. -G "Visual Studio 12 2013"
C:\...\aseprite-source\build>cmake .. -G "Visual Studio 10"
If you are on Linux: If you are on Linux: