From d83331d9eee8487971a2c502d7a2d06ae7450ded Mon Sep 17 00:00:00 2001 From: David Schmidt Date: Tue, 26 Jan 2016 19:34:28 +0000 Subject: [PATCH] Close up a brace for MS URL --- doc/web/src/site/apt/developing.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/web/src/site/apt/developing.apt b/doc/web/src/site/apt/developing.apt index bc9c929..04b7a04 100644 --- a/doc/web/src/site/apt/developing.apt +++ b/doc/web/src/site/apt/developing.apt @@ -27,7 +27,7 @@ The Win32 code in GSport is leveraged from KEGS32. 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}. +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.