|
Depending on your system you may want to use either the source code release or prebuilt packages.
We are trying to put nemerle into main, but for now you should use our repository. Simply add these lines to your /etc/apt/sources.list
deb http://nemerle.org/download/deb/ ./ deb-src http://nemerle.org/donwload/deb/ ./ |
and use apt-get to install the package. You will find some additional information at download/deb/.
The MSI packages for Windows are available in download/msi/.
In order to run Nemerle programs you will need Microsoft .NET Framework Version 1.1 Redistributable Package. You can check if you already have it installed in Add/Remove Software in Control Panel. You can install it either using Windows Update, or download from Microsoft.
The RPM packages are available in download/rpm/. They require mono package version 0.31 or later, but are otherwise architecture independent.
If you have mono installed outside /usr, you cannot use these rpms. Use source code release then.
If you want to compile Nemerle programs you need both nemerle and nemerle-libs packages. nemerle-libs contains just Nemerle.dll. The packages.* files are indexes for Poldek RPM management helper tool. If you don't use poldek you don't need them.
It contains compiler sources, prebuilt bootstrap compiler as an architecture independent .NET binary, and prebuilt documentation in HTML version. It can be therefore used for both recompilation and binary installation.
Unix environment is required (tested under Windows with Cygwin and Linux).
Source code release can be found in download/, and the latest source snapshot can be found in download/nemerle-latest.tar.gz.
Project sources are kept in Subversion repository. You can access it with a web browser at http://nemerle.org/cgi-bin/svn/, or with Subversion (or other WebDAV enabled client) at http://nemerle.org/svn/. You can also use http://nemerle.org:81/svn/ or https://nemerle.org/svn/ to bypass HTTP proxies.
We also provide daily incremental dumps of the repository at svn-backup/.
The Subversion repository activity statistics are available at http://cia.navi.cx/stats/project/Nemerle.
If you are programming in Nemerle and you would like to emphasize this fact, then you can use one of our special banners They can be found in download/banners/ and contain emblems for developer, coder and hacker. They can be used freely, but you should provide a link to our homepage with them, like:
<a href="http://nemerle.org"><img src="coder.png" alt="Nemerle coder"></a> |
Banners were created by Piotr Modrzyk based on logo created by mimooh and Michał Moskal. Thanks!