Skip to content

Commit

Permalink
clarification of Framework requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed Sep 10, 2012
1 parent 6921681 commit 359c5f7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This project requires the following:
**To build**

* [Ruby (1.9.2 recommended)](http://rubyinstaller.org/) (used to generate message and field classes from the DataDictionary xml file)
* Microsoft .NET Framework 3.5 or higher
* Visual Studio 2010 or higher

**To run tests**

Expand Down Expand Up @@ -47,9 +47,10 @@ from a Visual Studio cmd shell, this should not be a problem. However, if you
run it from some other shell (e.g. cygwin), you may need to append something
like:

C:\WINDOWS\Microsoft.NET\Framework\v3.5
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319

to your PATH environment variable.
to your PATH environment variable. (Note, this build tools dir does not mean that the project
will build for .NET 4.0; these are merely the build tools that come with VS 2010.)


Unit Tests
Expand Down

0 comments on commit 359c5f7

Please sign in to comment.