[IronPython] Hosting IP2 Beta2 in Mono?
Douglas S. Blank
dblank at brynmawr.edu
Tue May 20 02:20:03 CEST 2008
Seo at al.,
If you want to grab the patches for an IPCEr8 which will build and run IP2B2:
svn export
http://svn.cs.brynmawr.edu/Myro/trunk/fepy/IPCE/fepy/patches/2.0b2/
will give you:
2.0b2/patch-builtin-mapsite
2.0b2/patch-nant-build
2.0b2/patch-console
2.0b2/patch-dictproxy
2.0b2/patch-option-v
Largely untested.
For others, you can adapt IPCEr7 build.sh to get these files. First,
change download.sh and build.sh to use IronPython2B2, and change build.sh
to something like:
...
echo 'Unpacking IronPython 2'
unzip -q files/IronPython-$IRON2_VERSION-Src.zip
# Add this:
echo 'Getting IP2 Patches'
rm -rf fepy/patches/2.0b2
(cd fepy/patches; svn export
http://svn.cs.brynmawr.edu/Myro/trunk/fepy/IPCE/fepy/patches/2.0b2/)
...
-Doug
More information about the Ironpython-users
mailing list