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) | examples | tutorials | tests | tools | |
|---|---|---|---|---|---|---|---|---|---|
| sumo-src-XXX.tar.gz sumo-src-XXX.zip | 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 | ||||
| installer (DLR internal only) | X | X | X | X | X | ||||
| sumo-all-XXX.zip | X | X | X | X | X | X | X | X | |
| rpm | (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 install sumo sumo-tools sumo-doc
This is still an experimental feature, feedback is welcome.
SUMO - Latest Release (Version 0.17.0)
Release date: 03-05-2013
- The latest MS Windows binaries.
- Contains the binaries (32 bit), all dlls needed, the examples, tools, and documentation in HTML format.
- Download as: sumo-winbin-0.17.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++ 2008, and 2010 (aka 9.0 and 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.17.0.tar.gz
- The latest tests-tarball. These tests run with TextTest.
- Download as: sumo-tests-0.17.0.tar.gz
- The latest all-inclusive-tarball. Includes sources, tests and docs but no binaries.
- Download as: sumo-all-0.17.0.tar.gz
Nightly Snapshots
The code within the SVN is compiled each night. The following resulting packages can be obtained:
- http://sumo.sourceforge.net/daily/sumo-src-svn.tar.gz (sources)
- http://sumo.sourceforge.net/daily/sumo-src-svn.zip (sources)
- http://sumo.sourceforge.net/daily/sumo-msvc10Win32-svn.zip (windows, 32bit)
- http://sumo.sourceforge.net/daily/sumo-msvc10x64-svn.zip (windows, 64bit)
- http://sumo.sourceforge.net/daily/sumo-tests-svn.tar.gz (tests)
- http://sumo.sourceforge.net/daily/sumo-all-svn.tar.gz (sources, documentation and tests)
The linux repositories specified above contain a nightly build as well.
Subversion access
As the program is still under development and is extended continuously, we advice you to use the latest sources from our Subversion repository. Normally, they should compile and be newer than the releases are. To assess the current state of the build, you may also have a look at the nightly test statistics.
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