Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Problems about installing SUMO on Linux from sources

Hi John,

I have tried the same thing, it works for me.

Have you tried to clean your old sumo dir

rm -r sumo

before these steps:

 sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig
 git clone --recursive https://github.com/eclipse/sumo
 export SUMO_HOME="$PWD/sumo"
 mkdir sumo/build/cmake-build && cd sumo/build/cmake-build
 cmake ../..
 make -j$(nproc)

Greetings, Harald


Am 30.08.20 um 12:49 schrieb mrayur:
Hi Harald,

The openscenegraph and relevant package could be found now. 

<http://sumo-user-mailing-list.90755.n8.nabble.com/file/t467/Screenshot_from_2020-08-29_14-32-04.png> 



I've tried two kinds of codes to install the SUMO
<http://sumo-user-mailing-list.90755.n8.nabble.com/file/t467/sumo.png> 
(According to https://sumo.dlr.de/docs/Installing/Linux_Build.html)
<http://sumo-user-mailing-list.90755.n8.nabble.com/file/t467/commonroad.png> 
(According to
https://commonroad.in.tum.de/static/docs/commonroad-sumo-interface/install/install.html)

But the errors (in make step) still occurred. 

<http://sumo-user-mailing-list.90755.n8.nabble.com/file/t467/Screenshot_from_2020-08-29_14-32-44.png> 
<http://sumo-user-mailing-list.90755.n8.nabble.com/file/t467/Screenshot_from_2020-08-29_14-33-03.png> 
<http://sumo-user-mailing-list.90755.n8.nabble.com/file/t467/Screenshot_from_2020-08-29_14-33-27.png> 

Best,
John




--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top