From 92321f33b07f91a8bc72fd3e069e14d9cce4dce9 Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Mon, 18 Mar 2013 16:40:53 +0100 Subject: [PATCH] Add BUILDING instructions --- CSharpTranslator/BUILDING | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CSharpTranslator/BUILDING diff --git a/CSharpTranslator/BUILDING b/CSharpTranslator/BUILDING new file mode 100644 index 0000000..cc46030 --- /dev/null +++ b/CSharpTranslator/BUILDING @@ -0,0 +1,12 @@ +CS2J can be built on Windows (requires .Net framework 4 to be +installed) or on any system that supports Mono +(http://www.mono-project.com/Main_Page). + +The solution file in src/ should load in Visual Studio 2010 or +MonoDevelop, or you can build from the command line by running +'mkit.bat' (Windows) or mkit (mono). This will build a cs2j.exe +executable in src\CS2JTranslator\bin\Debug\cs2j.exe. + +Documentation for cs2j.exe is in docs\external\CS2JUsersGuide.pdf. + +Contact kevin.glynn@twigletsoftware.com for further help. \ No newline at end of file