-
Notifications
You must be signed in to change notification settings - Fork 79
Compiling from source
fholm edited this page Apr 19, 2011
·
8 revisions
- Install msysgit
- Fetch the sources with
git clone git://github.com/fholm/IronJS.git IronJS
- Open IronJS/Src/CLR4.sln and compile in Visual Studio 2010
- Install msysgit
- Fetch the sources with
git clone git://github.com/fholm/IronJS.git IronJS
- Open IronJS/Src/CLR2.sln and compile in Visual Studio 2010
Make sure you have the following tools and libraries installed:
- Mono 2.10
- F#
- git
Guides for installing F# and Mono 2.10:
Then follow these steps:
- Fetch the sources with
git clone git://github.com/fholm/IronJS.git IronJS
cd IronJS/Src
- Open
mono-build.sh
in your favourite editor and make sure that theplatform
,monopath
andfscorepath
variables are correct. chmod a+x mono-build.sh
./mono-build.sh