Difference between revisions of "Tutorial:Getting started: Downloading MSL"
From MSL-Libraries
Jump to navigationJump to searchLine 1: | Line 1: | ||
'''MSL''' is open source software distributed under the terms of the GNU Lesser General Public. | '''MSL''' is open source software distributed under the terms of the GNU Lesser General Public. | ||
− | '''[http://sourceforge.net/projects/mslib/files/v.1.0/mslib-1.0.0. | + | '''[http://sourceforge.net/projects/mslib/files/v.1.0/mslib-1.0.0.9.tgz Click here to download version 1.0 of MSL (tar ball, v.1.0.0.9)]''' |
* The latest stable release of MSL is available for download on SourceForge at [https://sourceforge.net/projects/mslib/ https://sourceforge.net/projects/mslib/] | * The latest stable release of MSL is available for download on SourceForge at [https://sourceforge.net/projects/mslib/ https://sourceforge.net/projects/mslib/] | ||
− | * The development version and all old releases are available at the SVN repository on SourceForge: [http://mslib.svn.sourceforge.net/ http://mslib.svn.sourceforge.net/] | + | * The development version, the beta of v.1.1, and all old releases are available at the SVN repository on SourceForge: [http://mslib.svn.sourceforge.net/ http://mslib.svn.sourceforge.net/] |
* If Subversion (SVN) is installed in your system, you can download the latest development version using the following command in a terminal window. | * If Subversion (SVN) is installed in your system, you can download the latest development version using the following command in a terminal window. |
Revision as of 16:14, 24 March 2013
MSL is open source software distributed under the terms of the GNU Lesser General Public.
Click here to download version 1.0 of MSL (tar ball, v.1.0.0.9)
- The latest stable release of MSL is available for download on SourceForge at https://sourceforge.net/projects/mslib/
- The development version, the beta of v.1.1, and all old releases are available at the SVN repository on SourceForge: http://mslib.svn.sourceforge.net/
- If Subversion (SVN) is installed in your system, you can download the latest development version using the following command in a terminal window.
svn co https://mslib.svn.sourceforge.net/svnroot/mslib/trunk
- By default, MSL assumes that you have installed GSL. We highly recommend that you install GSL prior to MSL compilation.