当前位置:   article > 正文

sumo的几种安装方法

sumo的几种安装方法

sumo的几种安装方法

sumo有很多中安装方法,根据你需要的任务来自己选择:

  1. 采用官网的latest version来进行安装
sudo add-apt-repository ppa:sumo/stable
sudo apt-get update
sudo apt-get install sumo sumo-tools sumo-doc
  • 1
  • 2
  • 3
  1. 想要安装源码来进行自己build

  2. 想要安装历史版本(因为最新版本可能并不是和你当前的pytho版本或者anaconda版本相匹配)

wget https://sumo.dlr.de/releases/1.15.0/sumo-src-1.15.0.tar.gz
tar xzf sumo-src-1.15.0.tar.gz
cd sumo-1.15.0
pwd
xxx  的内容是pwd的结果
export SUMO_HOME="xxx"
mkdir build/cmake-build
cd build/cmake-build
cmake ../..
make -j $(nproc)

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

在这里插入图片描述
respect!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/493591
推荐阅读
相关标签
  

闽ICP备14008679号