From 6e8936faa7d0039406546dd0bce078d696110dd3 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 7 Nov 2015 16:48:00 -0500 Subject: [PATCH] Link to VS2010 Thanks to @TheBloke http://stackoverflow.com/questions/3061811 --- docs/Compile.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Compile.rst b/docs/Compile.rst index e140c6b28..6fb1183bc 100644 --- a/docs/Compile.rst +++ b/docs/Compile.rst @@ -200,7 +200,8 @@ It has the usual installer wizard. Make sure you let it add its binary folder to your binary search PATH so the tool can be later run from anywhere. You'll need a copy of Microsoft Visual C++ 2010. The Express version is sufficient. -Grab it from Microsoft's site. You'll also need the Visual Studio 2010 SP1 update. +Grab it from `Microsoft's site `_. +You'll also need the Visual Studio 2010 SP1 update. For the code generation parts, you'll need perl with XML::LibXML and XML::LibXSLT. `Strawberry Perl `_ works nicely for this.