Difference between revisions of "Tutorial:Getting started: Downloading MSL"

From MSL-Libraries
Jump to navigationJump to search
Line 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.9.tgz Click here to download version 1.0 of MSL (tar ball, v.1.0.0.9)]'''
+
MSL is available from SourceForge, at [https://sourceforge.net/projects/mslib/ the project page] (stable releases) and at the [http://mslib.svn.sourceforge.net/ SVN repository] (stable, betas, development version).
  
* The latest stable release of MSL is available for download on SourceForge at [https://sourceforge.net/projects/mslib/ https://sourceforge.net/projects/mslib/]
+
'''Download links'''
  
* 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/]
+
* '''Stable release, v.1.0 (v.1.0.0.9)'''
 +
** 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 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
 +
<source lang="text">
 +
svn  co  https://mslib.svn.sourceforge.net/svnroot/mslib/branches/v.1.0
 +
</source>
  
* If Subversion (SVN) is installed in your system, you can download the latest development version using the following command in a terminal window.
+
* '''Beta release, v.1.1'''
 +
** Download a tar ball (.tgz file) from the SourceForge SVN repository '''[http://mslib.svn.sourceforge.net/viewvc/mslib/branches/v.1.1/?view=tar 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
 +
<source lang="text">
 +
svn  co  https://mslib.svn.sourceforge.net/svnroot/mslib/branches/v.1.1
 +
</source>
  
 +
* '''Development version (trunk)'''
 +
** Download a tar ball (.tgz file) from the SourceForge SVN repository '''[http://mslib.svn.sourceforge.net/viewvc/mslib/trunk/?view=tar http://mslib.svn.sourceforge.net/viewvc/mslib/trunk/?view=tar]'''
 +
** ... or check out the trunk using Subversion (snv) with the following command
 
<source lang="text">
 
<source lang="text">
 
svn  co  https://mslib.svn.sourceforge.net/svnroot/mslib/trunk
 
svn  co  https://mslib.svn.sourceforge.net/svnroot/mslib/trunk
 
</source>
 
</source>
  
* By default, MSL assumes that you have installed [http://www.gnu.org/software/gsl GSL].  We highly recommend that you install [http://www.gnu.org/software/gsl GSL] prior to MSL compilation.
+
 
 +
'''NOTE''': by default, MSL assumes that you have installed [http://www.gnu.org/software/gsl GSL].  We highly recommend that you install [http://www.gnu.org/software/gsl GSL] prior to MSL compilation.
  
  

Revision as of 20:23, 24 March 2013

MSL 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

svn  co  https://mslib.svn.sourceforge.net/svnroot/mslib/branches/v.1.0
svn  co  https://mslib.svn.sourceforge.net/svnroot/mslib/branches/v.1.1
svn  co  https://mslib.svn.sourceforge.net/svnroot/mslib/trunk


NOTE: by default, MSL assumes that you have installed GSL. We highly recommend that you install GSL prior to MSL compilation.



Back to the tutorial page