Document the steps for building with Visual Studio. Cygwin works too on MS Windows if you prefer.

This commit is contained in:
Peter 2016-01-26 19:06:27 +00:00
parent 9a48a8c099
commit 6159ff50c0
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@ The Win32 code in GSport is leveraged from KEGS32.
GSport can be compiled with {{{http://www.mingw.org/}Mingw}}
and {{{http://www.cygwin.com/}Cygwin}} as well as via standard Microsoft compiler suites.
In order to compile with the standard Microsoft compiler suites, download and
install {{{https://www.visualstudio.com/downloads/download-visual-studio-vs}Microsoft Visual Studio Community 2015 from Microsoft's website}.
The build process requires Perl, such as {{{http://www.activestate.com/activeperl}ActiveState ActivePerl}}.
Within Visual Studio, open the "gsport.sln" solution file. Set the "gsport" project as the "StartUp Project",
and choose "Build Solution" from the "Build" menu.
In order to compile with Cygwin:
------------------