Difference between revisions of "System requirements"
From SUMOwiki
Jump to navigationJump to search (sumofication) |
|||
Line 3: | Line 3: | ||
In order to use the SUMO toolbox you must have at least the following: | In order to use the SUMO toolbox you must have at least the following: | ||
− | * [http://www.mathworks.com/ Matlab] version 7.2 or 7. | + | * [http://www.mathworks.com/ Matlab] version 7.2, 7.3, or 7.4. Previous versions ''may'' work if you are lucky, it depends on what you need. The same goes for later versions. |
In addition the following Matlab toolboxes are strongly recommended | In addition the following Matlab toolboxes are strongly recommended | ||
Line 11: | Line 11: | ||
* Optimization Toolbox | * Optimization Toolbox | ||
− | The | + | The SUMO-Toolbox will work on every operating system that Matlab supports (Windows, Mac OSX, Linux, Solaris, ...), see [http://www.mathworks.com/support/sysreq/previous_releases.html the Matlab website] for details. |
== Compilation Requirements == | == Compilation Requirements == |
Revision as of 14:10, 30 January 2008
Mandatory Requirements
In order to use the SUMO toolbox you must have at least the following:
- Matlab version 7.2, 7.3, or 7.4. Previous versions may work if you are lucky, it depends on what you need. The same goes for later versions.
In addition the following Matlab toolboxes are strongly recommended
- Neural Network Toolbox
- Genetic Algorithm and Direct Search Toolbox
- Optimization Toolbox
The SUMO-Toolbox will work on every operating system that Matlab supports (Windows, Mac OSX, Linux, Solaris, ...), see the Matlab website for details.
Compilation Requirements
If you want to compile the toolbox from source you will need:
- Java SDK v1.5 or greater (we have only tested JDK from Sun Microsystems)
- Apache Ant (http://ant.apache.org/)
If you want to use the SVM/FANN/... libraries or compile any of the C/C++ examples you will need the standard GNU tools (make, gcc, ...) as well.
See the installation instructions for how to compile the toolbox.