wiki:SUMO

Installing SUMO

Steps for installing SUMO from sources on Linux Ubuntu 9.10:

1. Download SUMO sources

2. Make sure gcc is working and version is 3.3 or above

3. These packages are needed for insttalling SUMO

$>sudo apt-get install libtool libgdal1-dev proj libxerces-c2-dev



4. Ubuntu 9.10 does not ship with libgdal.so, but only with libgdal1.5.0.so, so you need to create a symlink /usr/lib/libgdal.so -> /usr/lib/libgdal1.5.0.so,

5. These extra packages are needed for installing the GUI

$>sudo apt-get install libfox-1.6-dev libgl1-mesa-dev libglu1-mesa-dev



6. Prepare the makefiles for building

./configure --with-fox-includes=/usr/include/fox-1.6
 --with-gdal-includes=/usr/include/gdal --with-proj-libraries=/usr
 --with-gdal-libraries=/usr --with-proj-gdal --enable-traci
 --enable-internal-lanes --enable-debug



7. Build SUMO

$>make



Last modified 14 years ago Last modified on Jan 22, 2010, 12:46:12 AM