Skip to content

Commit

Permalink
Update bootstrap.bat output
Browse files Browse the repository at this point in the history
Adjusted and reworded that Visual Studio 2015 or later is required now to use
the Windows SDK.
  • Loading branch information
adrianbroher committed Dec 12, 2016
1 parent a5c5b10 commit 1ccad9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo FreeOrion Windows SDK bootstrapper
echo ----------------------------------------------------
echo For help on compiling FreeOrion have a look at the Wiki:
echo http://freeorion.org/index.php/Compile_In_Windows
echo Note: You need to have MSVC 2013 installed to use the SDK
echo Note: You need to have MSVC 2015 installed to use the SDK
echo ----------------------------------------------------
echo Cloning the FreeOrion repository from GitHub...
cd "%~d0%~p0"
Expand All @@ -15,7 +15,7 @@ echo Done.
echo ----------------------------------------------------
echo To update your clone of the repo later use your git client
echo The MSVC solution is located at:
echo %~d0%~p0FreeOrion\msvc2013\FreeOrion.sln
echo %~d0%~p0FreeOrion\msvc2015\FreeOrion.sln
echo now. Have fun while developing! :D
pause
del bootstrap.bat

0 comments on commit 1ccad9a

Please sign in to comment.