Difference between revisions of "Downloading"

From SUMOwiki
Jump to navigationJump to search
Line 1: Line 1:
 
== Obtaining the SUMO-Toolbox ==
 
== Obtaining the SUMO-Toolbox ==
  
=== Downloading ===
+
Obtaining a working copy of the SUMO-Toolbox works as follows:
  
You can freely download the toolbox for personal, academic, non-commercial use ([[License terms]]). In order to obtain a copy, [http://www.sumo.intec.ugent.be/?q=user/register please register here]Once you have registered, an email will be sent to you with download instructions.
+
# Fill in, sign and return the order and license forms available [http://www.sumo.intec.ugent.be/?q=SUMO_toolbox here]
 
+
# Register for an account [http://www.sumo.intec.ugent.be/?q=user/register here]
'''Important:''' If you do not receive an email within 24 (max 48) hours, [[Contact | let us know]]! There may be a problem with our download infrastructure.
+
# Once your registration has been processed you will receive an email containing a username/password
 
+
# With these credentials you can log into the the [http://www.sumo.intec.ugent.be SUMO Lab] homepage and download the toolbox from [http://www.sumo.intec.ugent.be/?q=project/SUMO-Toolbox here]
== Latest Features ==
 
 
 
To get an overview of what has changed in each version please consult the [[Whats new]] and [[Changelog]] pages.
 
  
 
== Available Versions ==
 
== Available Versions ==
There are 3 versions available for download. Make sure you also check the [[System requirements]] before downloading.
+
There are 2 versions available for download. Make sure you also check the [[System requirements]] before downloading.
 
 
=== SUMO-Toolbox-<version>-source.zip ===
 
There is no reason to use this version unless you want to compile everything from scratch.
 
  
 
=== SUMO-Toolbox-<version>-binary.zip ===
 
=== SUMO-Toolbox-<version>-binary.zip ===
Line 22: Line 16:
 
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 [[Installation|the installation instructions]]).
 
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 [[Installation|the installation instructions]]).
  
This distribution will thus run on ANY machine that fulfills the requirements.
+
This distribution will thus run on ANY machine that fulfills the [[System requirements]]
  
=== SUMO-Toolbox-<version>-binary-<arch>.zip ===
+
=== SUMO-Toolbox-<version>-unix-<arch>.zip ===
 
'''This is only for UNIX/Linux compatible operating systems'''
 
'''This is only for UNIX/Linux compatible operating systems'''
  
Line 30: Line 24:
 
* x86_64 -> for 64bit computers (Opteron, Pentium D, Core 2 Duo, ...)
 
* x86_64 -> for 64bit computers (Opteron, Pentium D, Core 2 Duo, ...)
 
* x86    -> 32bit x86 compatible architectures (Pentium 4, ...)
 
* 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 ==
 +
 +
To get an overview of what has changed in each version please consult the [[Whats new]] and [[Changelog]] pages.

Revision as of 12:31, 11 March 2008

Obtaining the SUMO-Toolbox

Obtaining a working copy of the SUMO-Toolbox works as follows:

  1. Fill in, sign and return the order and license forms available here
  2. Register for an account here
  3. Once your registration has been processed you will receive an email containing a username/password
  4. With these credentials you can log into the the SUMO Lab homepage and download the toolbox from here

Available Versions

There are 2 versions available for download. Make sure you also check the System requirements before downloading.

SUMO-Toolbox-<version>-binary.zip

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 instructions).

This distribution will thus run on ANY machine that fulfills the System requirements

SUMO-Toolbox-<version>-unix-<arch>.zip

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:

  • 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

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