Downloads
Here, you will find SUMO both as sources and as compiled binaries.
Please contact us if you have any problems. If you want to report a bug, please use Trac to open a ticket. For further information about the changes between releases see the ChangeLog.
SUMO is licensed under the GPL.
If you have problems running SUMO because of missing files/commands/dlls please consult FAQ#Basic_Usage
Contents
Packages
SUMO is available as different packages. The contents of each package is listed in the table below.
| bin | build | src (source code) |
user docs |
developer docs (doxygen) |
data | examples | tutorials | tests | tools (except jars) | jars | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| sumo-src-XXX.tar.gz sumo-src-XXX.zip |
X | X | X | X | X | X | |||||
| sumo-doc-XXX.tar.gz sumo-doc-XXX.zip |
X | X | X | X | |||||||
| sumo-tests-XXX.tar.gz |
X | ||||||||||
| sumo-winbin-XXX.zip |
X | X | X | X | X | X | X | ||||
| sumo-XXX.msi |
X | X | X | X | X | X | X | ||||
| sumo-all-XXX.tar.gz sumo-all-XXX.zip |
X | X | X | X | X | X | X | X | X | X | |
| rpm |
(X) | X | X | X | X | X |
Repositories
In addition to the open build service, there are a debian and an ubuntu launchpad project in the making:
- https://build.opensuse.org/project/show?project=home%3Abehrisch
- http://anonscm.debian.org/gitweb/?p=debian-science/packages/sumo.git
- https://launchpad.net/~sumo
To add sumo to your ubuntu (11.04 and later) you will need to do:
sudo add-apt-repository ppa:sumo/stable sudo apt-get update sudo apt-get install sumo sumo-tools sumo-doc
This is still an experimental feature, feedback is welcome.
SUMO - Latest Release (Version 0.24.0)
Release date: 02.09.2015
- The latest MS Windows binaries.
- Contains the binaries (32 bit), all dlls needed, the examples, tools, and documentation in HTML format.
- Download as installer: sumo-winbin-0.24.0.msi
- Download as zip: sumo-winbin-0.24.0.zip
- Download 64 bit version: sumo-winbin-x64-0.24.0.zip
- Linux binaries are created by the open build service
- If the repositories do not contain the libraries (like proj and gdal) they are either part of the distribution or you will need them from another repository (you may try one of the build service repositories here too, e.g. Application:Geo). At the moment there is no documentation included in the packages. The repositories include a nightly build as well (called sumo-svn). We dropped support for Red Hat Enterprise Linux and encourage RHEL users to try out the CentOS packages which should be binary compatible. Ubuntu and Debian users please see above for repository information.
- The latest source-tarball.
- Includes sources, examples, Linux-Makefiles and solution files for MSVC++ 2010 (aka 10.0). Does not contain tests.
- Download as:
- The latest documentation-tarball. Includes a dump of the user documentation from the wiki as well as source code documentation (doxygen and pydoc).
- Download as: sumo-doc-0.24.0.tar.gz
- The latest tests-tarball. These tests run with TextTest.
- Download as: sumo-tests-0.24.0.tar.gz
- The latest all-inclusive-tarball. Includes sources, tests and docs but no binaries.
- Download as: sumo-all-0.24.0.tar.gz
SUMO latest SVN-version
SUMO is under active development. You can find a continuously updated list of bug-fixes and enhancements at our ChangeLog. To make use of the latest features and (and to give us pre-release feedback) we encourage you to use the latest version from our Subversion (SVN) repository.
Nightly Snapshots
The code within the SVN is compiled each night. The following resulting packages can be obtained:
- http://sumo.dlr.de/daily/sumo-src-svn.tar.gz (sources)
- http://sumo.dlr.de/daily/sumo-src-svn.zip (sources)
- http://sumo.dlr.de/daily/sumo-msvc10Win32-svn.zip (windows, 32bit)
- http://sumo.dlr.de/daily/sumo-msvc10x64-svn.zip (windows, 64bit)
- http://sumo.dlr.de/daily/sumo-tests-svn.tar.gz (tests)
- http://sumo.dlr.de/daily/sumo-all-svn.tar.gz (sources, documentation and tests)
- http://sumo.dlr.de/daily/sumogame.zip (windows 32bit binaries of the sumo game)
- http://sumo.dlr.de/daily/sumo-msvc10Win32-svn.msi (windows installer, 32bit)
- http://sumo.dlr.de/daily/sumo-msvc10x64-svn.msi (windows installer, 64bit)
The linux repositories specified above contain a nightly build as well.
The corresponding documentation is also visible live including Doxygen docs.
Direct Subversion Access
You can get very latest sources directly from our Subversion repository. Normally, they should compile and complete our test suite successfully. To assess the current state of the build, you may take a look at the nightly test statistics. The repository url is:
https://svn.code.sf.net/p/sumo/code/trunk/sumo
Hint for git-svn users
SUMO's SVN repository uses SVN externals. SVN externals include parts of external SVN repositories into the work files hierarchy. Unfortunately git-svn cannot handle that, so those files are missing in a git-svn fetch. There are several workarounds to solve this with different drawbacks. Just search the web for git-svn and "SVN externals" to find the one that suits your needs.
SUMO - older releases
Older releases can be obtained via the sourceforge download portal