Tutorial:Getting started: Downloading MSL
From MSL-Libraries
Jump to navigationJump to searchMSL is open source software distributed under the terms of the GNU Lesser General Public.
MSL is available from SourceForge, at the project page (stable releases) and at the SVN repository (stable, betas, development version).
Download links
- Stable release, v.1.0 (v.1.0.0.9) (most stable version)
- Download a tar ball (.tgz file) from the SourceForge MSL page http://sourceforge.net/projects/mslib/files/v.1.0/mslib-1.0.0.9.tgz
- ...or check out the v.1.0 branch using Subversion (svn) with the following command
svn co https://mslib.svn.sourceforge.net/svnroot/mslib/branches/v.1.0
- Beta release, v.1.1 (suitable for production at your own risk)
- Download a tar ball (.tgz file) from the SourceForge SVN repository http://mslib.svn.sourceforge.net/viewvc/mslib/branches/v.1.1/?view=tar
- ... or check out the v.1.1 branch using Subversion (snv) with the following command
svn co https://mslib.svn.sourceforge.net/svnroot/mslib/branches/v.1.1
- Development version (trunk)
- Download a tar ball (.tgz file) from the SourceForge SVN repository http://mslib.svn.sourceforge.net/viewvc/mslib/trunk/?view=tar
- ... or check out the trunk using Subversion (snv) with the following command
svn co https://mslib.svn.sourceforge.net/svnroot/mslib/trunk
For compiling instructions refer to the Tutorial page.
NOTE: by default, MSL assumes that you have installed GSL. We highly recommend that you install GSL prior to MSL compilation.