Difference between revisions of "Downloading"

From SUMOwiki
Jump to navigationJump to search
m (Updated SUMO download link)
 
(42 intermediate revisions by 3 users not shown)
Line 1: Line 1:
There are 4 versions available for download
+
== Obtaining the SUMO Toolbox ==
  
=== M3-Toolbox-<version>-source.zip ===
+
The SUMO Toolbox is available as open source software for non-commercial use. For commercial use a license must be obtained.  For details please see the the [[License terms]]. In both cases, we are always open to [[FAQ#What_are_collaboration_options.3F|some form of collaboration]].  If this is possible, please [[Contact|let us know]].
There is no reason to use version unless you want to compile everything from scratch.
 
  
=== M3-Toolbox-<version>-binary.zip ===
+
Download instructions can be found [http://www.sumo.intec.ugent.be/SUMO#download on the SUMO lab website].
'''Macintosh OSX and Windows users should use this version.'''
 
  
In this version only the java files are compiled. This means it is fully functional out of the box, no need to compile anything, just as long as you do not use any of the built in C/C++ examples or the least squares support vector machines.  If you want to use those you will have to compile the relevant C/C++ files yourself (see below).
+
== Nightly builds ==
  
This distribution will thus run on ANY machine that fullfills the requirements.
+
Nightly snapshots of our development tree are available [[Contact|on request]].  These contain the latest bugfixes, newest features but may also be unstable.
  
=== M3-Toolbox-<version>-binary-<arch>.zip ===
+
== Installation ==
'''This is only for UNIX/Linux compatible operating systems'''
 
  
Here all source files are compiled.  All you have to do is unzip and run. Make sure you pick the version that matches your computer. For example:
+
See the [[Installation|installation instructions here]].
* x86_64 -> for 64bit computers (Opteron, Pentium D, Core Duo, ...)
 
* x86    -> 32bit x86 compatible architectures (Pentium 4, ...)
 
  
=== M3-Toolbox-nigtly-snapshot-*.zip ===
+
== Latest Features ==
  
These are nightly snapshots of our version control tree.  Use this for the latest features and updates.
+
To get an overview of what has changed in each version please consult the [[Whats new]] and [[Changelog]] pages.
 
'''Warning:''' we do not guarantee this version wil always work or even compile.
 

Latest revision as of 21:52, 7 May 2013

Obtaining the SUMO Toolbox

The SUMO Toolbox is available as open source software for non-commercial use. For commercial use a license must be obtained. For details please see the the License terms. In both cases, we are always open to some form of collaboration. If this is possible, please let us know.

Download instructions can be found on the SUMO lab website.

Nightly builds

Nightly snapshots of our development tree are available on request. These contain the latest bugfixes, newest features but may also be unstable.

Installation

See the installation instructions here.

Latest Features

To get an overview of what has changed in each version please consult the Whats new and Changelog pages.