From 3286b5ea50237e952ed87493ad1ef8a8832495dd Mon Sep 17 00:00:00 2001 From: Balazs Simon Date: Tue, 16 Feb 2016 19:31:56 +0100 Subject: [PATCH] Installation instructions for v0.4-alpha --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1a6fd913..b787cecf3 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ MetaDslx supports the following features: * creating user friendly template-based code generators * generating syntax highlighters for Visual Studio -# Installation instructions for v0.2-alpha +# Installation instructions for v0.4-alpha The MetaDslx framework requires Visual Studio 2015 and .NET Framework 4.5.2. Installation steps: -1. Extract the **MetaDslx-v0.3-alpha.zip** file and make sure that the **GAC_DIR** environment variable in the install batch files point to the correct location of the .NET tools directory. +1. Extract the **MetaDslx-v0.4-alpha.zip** file and make sure that the **GAC_DIR** environment variable in the install batch files point to the correct location of the .NET tools directory. 2. Run **install64.bat** on 64-bit systems, or **install32.bat** on 32-bit systems to install the MetaDslx DLLs to the GAC. 3. Run the **MetaDslx.VisualStudio.vsix** to install the Visual Studio 2015 plugin.