From 5c21fc52142c8337b90ee9caafe8b18e58bbe4b2 Mon Sep 17 00:00:00 2001 From: Balazs Simon Date: Fri, 5 Feb 2016 09:58:00 +0100 Subject: [PATCH] Installation instructions for v0.3-alpha --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e185eccde..c1a6fd913 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ The MetaDslx framework requires Visual Studio 2015 and .NET Framework 4.5.2. Installation steps: -1. Extract the **MetaDslx-v0.2-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. Download the **antlr-csharp-runtime-4.5.1.zip** from the [ANTLR4 web site](http://www.antlr.org/download.html). -3. Extract the ZIP and copy the **Antlr4.Runtime.dll** into the same directory where MetaDslx install batch files are. -4. Run **install64.bat** on 64-bit systems, or **install32.bat** on 32-bit systems to install the MetaDslx DLLs to the GAC. -5. Run the **MetaDslx.VisualStudio.vsix** to install the Visual Studio 2015 plugin. +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. +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.