[nem-en] Nemerle Binding for MD preview
Alejandro Serrano
trupill at yahoo.es
Fri Mar 3 21:51:08 CET 2006
Well, I already managed to complete most of the Code Completion Engine
and use it to create the Nemerle binding for MonoDevelop. I attach the
neccessary files. You need to follow these steps to make it run:
1. Grab the latest MonoDevelop sources from SVN
2. Extract the .tar.gz contents to the Extras/NemerleBinding folder,
overwriting everything
3. In Makefile.am, change the reference to
/home/serras/nemerle.svn/ncc/out.stage3 to your own Nemerle dlls folder.
Beware that you must take also the latest Nemerle SVN sources, and have
them compiled.
4. In MonoDevelop folder, type "make uninstall" and "make clean" if you
have MD already installed
5. Execute the autogen, but telling we want to use gmcs instead of mcs.
In my case, it is:
CSC=/usr/local/bin/gmcs ./autogen.sh
6. Then, "make" and "make install"
7. Run MonoDevelop
As of now, it just created the Class View and completes static members
and modules.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NemerleBinding.tar.gz
Type: application/x-gzip
Size: 52257 bytes
Desc: not available
Url : /mailman/pipermail/devel-en/attachments/20060303/54438798/NemerleBinding.tar-0001.gz
More information about the devel-en
mailing list