Showing revision 2

How to obtain metch

1. Download the latest release (v0.5.1, alpha, codenamed: Marshmallow)
2. Download Development Snapshot from SVN (not fully tested)
2.1. Anonymous SVN Access
2.2. Developer SVN Access
3. Licenses

1. Download the latest release (v0.5.1, alpha, codenamed: Marshmallow)

Please download the latest v0.5.1 release at our registration/download page. We are greatly appreciated if you can tell us a little bit about you and your related research by registering your copy of metch.

2. Download Development Snapshot from SVN (not fully tested)

If you want to get the latest development branch of metch, you can download it from our SVN (subversions). You have to be aware that an SVN snapshot is not a stable release. It may have partially implemented features and, thus, cause crash or erroneous results.

First, make sure you have installed SVN client on your system. If you are using a Debian-based GNU/Linux system (such as Ubuntu, Knoppix etc), you can install SVN by

 sudo apt-get install subversion
if you are using a Redhat-based GNU/Linux system (such as Fedora, CentOS etc), you can do this by
 su -c 'yum install subversion'
If your operating system is Windows, we recommend you installing TortoiseSVN.

2.1. Anonymous SVN Access

The latest code snapshot can be checked out from project's SVN repository. This can be done anonymously by the following command.

 svn checkout --username anonymous_user https://orbit.nmr.mgh.harvard.edu/svn/iso2mesh/trunk/metch metch

The password is the same as the username.

2.2. Developer SVN Access

If you are one of the developers who have SVN write permission, you can checkout the latest code with the following command:

 svn checkout --username youraccount https://orbit.nmr.mgh.harvard.edu/svn/iso2mesh/trunk/metch metch

3. Licenses

The metch toolbox is licensed under GNU Public License (GPL).
Powered by Habitat