Difference between revisions of "Downloading"

From SUMOwiki
Jump to navigationJump to search
m (Updated SUMO download link)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Obtaining the SUMO Toolbox ==
 
== Obtaining the SUMO Toolbox ==
  
A time limited version of the SUMO Toolbox is available free of charge. Please complete the following steps:
+
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]].
  
# Fill in, sign and return the order and license forms available [http://www.sumo.intec.ugent.be/?q=SUMO_toolbox#download here]
+
Download instructions can be found [http://www.sumo.intec.ugent.be/SUMO#download on the SUMO lab website].
# Register for an account [http://www.sumo.intec.ugent.be/?q=user/register here]
 
# Once your registration has been processed you will receive an email containing a username/password
 
# With these credentials you can log into the [http://www.sumo.intec.ugent.be SUMO Lab] homepage and download the toolbox from [http://www.sumo.intec.ugent.be/?q=project/SUMO here]
 
  
== Available Versions ==
+
== Nightly builds ==
  
There are 2 versions available for download. Make sure you also check the [[System requirements|system requirements]] before downloading.
+
Nightly snapshots of our development tree are available [[Contact|on request]].  These contain the latest bugfixes, newest features but may also be unstable.
  
=== SUMO-Toolbox-<version>-all.zip ===
+
== Installation ==
'''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 some of the SVM/ANN libraries. If you want to use those you will have to compile the relevant C/C++ files yourself (see the [[Installation|installation instructions]]).
+
See the [[Installation|installation instructions here]].
 
 
This distribution will thus run on ANY machine that fulfills the [[System requirements|system requirements]]
 
 
 
=== SUMO-Toolbox-<version>-unix-<arch>.zip ===
 
'''This is only for Linux/Unix 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:
 
* x86_64 -> for 64bit computers (Opteron, Pentium D, Core 2 Duo, ...)
 
* x86    -> 32bit x86 compatible architectures (Pentium 4, ...)
 
 
 
=== SUMO-Toolbox-extensionPack-<...>.zip ===
 
 
 
This zip file contains extra functionality (in the form of third party libraries for support vector machines, neural networks, optimization routines, ...) that are distributed under their own license (usually an open source license like GPL, BSD, ... with a specific non-commercial clause).
 
 
 
If you download and/or use these files  please respect their licenses (found in doc/licenses), '''THIS IS YOUR RESPONSIBILITY !!!'''.
 
  
 
== Latest Features ==
 
== Latest Features ==
  
 
To get an overview of what has changed in each version please consult the [[Whats new]] and [[Changelog]] pages.
 
To get an overview of what has changed in each version please consult the [[Whats new]] and [[Changelog]] pages.

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.