@@ -4,10 +4,12 @@ $(P The click-through-installer will guide you through the intallation process.
44Visual Studio Version for which you want Visual D to be installed. It will always install
55for all users, not only for a single user.)
66
7- $(P To compile your application, you must have $(LINK2 http://www.digitalmars.com/d/download.html, DMD) or
8- $(LINK2 https://bitbucket.org/goshawk/gdc/wiki/Home, GDC) installed.)
7+ $(P To compile your application, you must have $(LINK2 http://www.digitalmars.com/d/download.html, DMD),
8+ $(LINK2 https://github.com/D-Programming-GDC/GDC, GDC) or $(LINK2 https://github.com/ldc-developers/ldc, LDC)
9+ installed. Not all functionality
10+ has been thoroughly tested with GDC and LDC, so having DMD available for cross-checking is recommended.
911
10- $(P Visual D does $(B not) work with any of the $(B Express) version of Visual Studio. Other than the
12+ $(P Visual D does $(B not) work with any of the $(B Express) versions of Visual Studio. Other than the
1113commercial editions, the Express versions do not support loading third party extensions and add-ins.)
1214
1315$(P A $(B free) alternative are the integrated $(B Visual Studio Shell) distributions, that can be downloaded
@@ -28,11 +30,15 @@ You might also find it installed by other Microsoft products.
2830Put this file alongside mspdbcore.dll, normally in $(LESS)VS-installation-path$(GREATER)\Common7\IDE.)
2931
3032$(P The Visual Studio Shell 2012 is installed with two packages, the
31- $(LINK2 http://www.microsoft.com/en-us/download/details.aspx?id=30670 , isolated shell) followed by the
33+ $(LINK2 http://www.microsoft.com/en-us/download/details.aspx?id=40752 , isolated shell) followed by the
3234$(LINK2 http://www.microsoft.com/en-us/download/details.aspx?id=30663, integrated package). Fortunately it
3335has all the files needed for debugging, and the Visual D installer patches the installation to
3436make the x64 debugger work.)
3537
38+ $(P The Visual Studio Shell 2013 is installed similar to VS Shell 2012, the
39+ $(LINK2 http://go.microsoft.com/?linkid=9832180, isolated shell) and the
40+ $(LINK2 http://go.microsoft.com/?linkid=9832180, integrated package).)
41+
3642$(H2 Using GDC)
3743
3844$(P To use GDC as the compiler to build D files, you will first have to install the MinGW environment and the GDC compiler:)
0 commit comments