Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@xamarin.com>2013-06-18 17:20:28 +0400
committerMike Krüger <mkrueger@xamarin.com>2013-06-18 17:20:28 +0400
commit300ec3a7b1b53b67be8704063f5a947d7d3f0e5d (patch)
tree715e8df8303eecbd5ddaf44692c5d8f83a0b696d /README
parent694f9ab25da96f6c2440a0a1e2696e3fb40914e5 (diff)
Moved Cecil & IKVM assembly loader to their own projects.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 65ac3902..d90b0337 100644
--- a/README
+++ b/README
@@ -12,7 +12,9 @@ How to compile:
Get Cecil from https://github.com/jbevain/cecil ('git clone git://github.com/jbevain/cecil.git')
or download Cecil from https://github.com/jbevain/cecil/ and unzip it into a directory named "cecil"
next to the directory containing NRefactory.
- 2. Open NRefactory.sln in your favorite .NET IDE and compile.
+ 2. If you need the IKVM binding get it from https://github.com/mono/ikvm-fork and put it next to the NRefactory directory
+ like Mono.Cecil.
+ 3. Open NRefactory.sln in your favorite .NET IDE and compile.
Features:
- C# Parser