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

From MSL-Libraries
Jump to navigationJump to search
Line 8: Line 8:
  
 
* 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.
 
* 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.
 
  
 
<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.
 +
  
 
----
 
----

Revision as of 21:49, 23 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.6)

  • 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.



Back to the tutorial page