Skip to content

Commit

Permalink
Installation instructions for v0.3-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
balazssimon committed Feb 5, 2016
1 parent b100896 commit 5c21fc5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5c21fc5

Please sign in to comment.