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.
  
The latest release of MSL (and all older versions) are available for download at SourceForge at [http://mslib.svn.sourceforge.net/ http://mslib.svn.sourceforge.net/].
+
* The latest release of MSL (and all older versions) are available for download at SourceForge at [http://mslib.svn.sourceforge.net/ http://mslib.svn.sourceforge.net/].
  
The latest development version is in the [http://mslib.svn.sourceforge.net/viewvc/mslib/trunk/ trunk subdirectory].  Each update is tagged with a release version number, and those are available in the  [http://mslib.svn.sourceforge.net/viewvc/mslib/tags/ tags subdirectory].
+
* The latest development version is in the [http://mslib.svn.sourceforge.net/viewvc/mslib/trunk/ trunk subdirectory].   
  
If Subversion (SVN) is installed in your system, MSL can be obtained using using the following command in a terminal window.
+
* Each update is tagged with a release version number, and those are available in the  [http://mslib.svn.sourceforge.net/viewvc/mslib/tags/ tags subdirectory].
 +
 
 +
* If Subversion (SVN) is installed in your system, MSL can be obtained using using the following command in a terminal window.
  
 
<source lang="text">
 
<source lang="text">

Revision as of 00:21, 16 March 2010

MSL is open source software distributed under the terms of the GNU Lesser General Public.

  • Each update is tagged with a release version number, and those are available in the tags subdirectory.
  • If Subversion (SVN) is installed in your system, MSL can be obtained using using the following command in a terminal window.
svn  co  https://mslib.svn.sourceforge.net/svnroot/mslib/trunk

Back to the tutorial page