Dear all,
here is a procedure that I usually use because there are (maybe some Ubuntu specific) compile problems. It also lists the packages you need to install before.

Unfortunately it is for the LTS version 16.04, but try.

Let me know whether it worked.

Good luck,
Joerg

##################################
# open ~/.bashrc with editor and append this lines:
SUMO_HOME=/usr/local/share/sumo
export SUMO_HOME

# install packages
sudo apt-get install make autoconf
sudo apt-get install libproj-dev proj-bin proj-data libtool libgdal1-dev libxerces-c3-dev libfox-1.6-0 libfox-1.6-dev libopenscenegraph-dev openscenegraph

# for running all python-scripts in tools you may install
sudo apt-get install python-numpy libwxgtk3.0-0v5 python-opengl python-imaging python-matplotlib python-mpltoolkits.basemap

# create this link ...if it complains that it exists, even better
cd /usr/lib;
sudo ln -s libgdal1.7.0.so libgdal.so
sudo ln -s libproj.so.0.7.0 proj-lib.so



# go where you downloaded and unpack
cd myhome/Downloads
tar xzf sumo-src-0.30.0.tar.gz

# go into the install dir and change the configuration
cd sumo-0.30.0
# open file "configure" with text editor and  change:

    change : am__api_version='1.13' to am__api_version='1.14'

cd ..

# move source to system dir
sudo mv -v sumo-0.30.0 /usr/local/src

# go there and compile
cd /usr/local/src/sumo-0.30.0
sudo aclocal
sudo automake --add-missing
sudo ./configure --with-fox-includes=/usr/include/fox-1.6 --with-gdal-includes=/usr/include/gdal --with-proj-libraries=/usr/lib --with-gdal-libraries=/usr --with-proj-gdal --with-python --with-osg
sudo make

# move binary and other stuff to the right place
cd bin
sudo mv activitygen netedit emissionsDrivingCycle netconvert polyconvert TraCITestClient dfrouter emissionsMap netgenerate sumo duarouter jtrrouter od2trips sumo-gui /usr/local/bin

cd /usr/local/share
sudo mkdir sumo-0.30.0
sudo mv /usr/local/src/sumo-0.30.0/tools /usr/local/share/sumo-0.30.0/
sudo mv  /usr/local/src/sumo-0.30.0/data /usr/local/share/sumo-0.30.0/

# if exist...
sudo mv  /usr/local/src/sumo-0.30.0/doc /usr/local/share/sumo-0.30.0/










On 23/07/17 16:16, Michael Behrisch via sumo-user wrote:
Dear Aboozar Roosta,
I am forwarding this to Anton Gladky who maintains the package (thanks
for that!). Please notice that compiling sumo yourself is not so hard
either:
http://sumo.dlr.de/wiki/Installing/Linux_Build

Best regards,
Michael

Am 23.07.2017 um 09:14 schrieb Aboozar Roosta via sumo-user:
Hi,
It's been a while since SUMO 0.30 is released and I am using the latest
Version of Ubuntu 17.04. Problem is the repositories haven't been updated
since SUMO 0.28.
Can anyone please tell the maintainer of the repository to update the
repositories to the latest SUMO version?
Best Regards.

*Aboozar Roosta*
Msc. Student of Electrical Engineering - Control
School of Electrical and Computer Engineering,
Tarbiat Modares University (TMU), Tehran, Iran.
2017
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user





------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot



_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user



--
Joerg Schweizer
University of Bologna
DICAM - Transportation Group
Viale Risorgimento, 2, I-40136 Bologna, Italy
Tel: +39 051 209 3338, Fax: +39 051 209 3337

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to