Installation of SUMO 1.2.0 in Ubuntu 18.04


SUMO (Simulation of Urban Mobility) Software Installation for VANETs
Traffic Modeling,
Vehicular Connectivity
Network Modeling.

Please watch the below video for full instructions on how to install.


$] sudo apt update
$] sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig


Step 1: Prerequisities (download all the dependencies)
$] sudo apt update
$] sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig

Step 2: Download SUMO
$] sudo apt install git 
$] git clone --recursive https://github.com/eclipse/sumo

step 3 - Setting the path
$] export SUMO_HOME="$PWD/sumo"

Step 4 - Cmake build
$] mkdir sumo/build/cmake-build && cd sumo/build/cmake-build
$] cmake ../..
$] make -j8

Thanks for watching!!! 

Subscribe and Share it to your friends. 

www.nsnam.com

Comments

  1. Sir, I would like to use SUMO to build a real scenario using real road network and real traffic data.I know how to generate tcl file using SUMO. Is there any possible way to extract or include real traffic data that corresponds to extracted map?

    ReplyDelete
  2. How to install sumo in ubuntu 18.10

    ReplyDelete
  3. hii sir how i install sumo in ubantu 24.04

    ReplyDelete

Post a Comment

Popular posts from this blog

Installing ns3 in Ubuntu 22.04 | Complete Instructions

Installation of NS2 in Ubuntu 22.04 | NS2 Tutorial 2

How to Create Ubuntu 24.04 Bootable USB Using Rufus [Step-by-Step Guide]