Skip to content

Simmobility Installation

Harish Loganathan edited this page Jul 29, 2016 · 51 revisions

Instructions to install and execute SimMobility

NOTE: The following instructions works for Ubuntu version 14.04 or higher

  1. Download the SimMobility [executable] (https://drive.google.com/file/d/0B3DGIMFTIkyOOEJMZVltTDc1R1k/view?usp=sharing).
  2. In a terminal, run the following command:
    sudo apt-get install libtinyxml-dev libpq-dev xsdcxx liblua5.2-dev g++ cmake libcppunit-dev libjsoncpp-dev
    
  3. Obtain permission to run the binary. In the simmobility directory, run the following command in a terminal:
    chmod +x ./Release/SimMobility_Medium
    
  4. Run SimMobility from the simmobility directory:
    ./Release/SimMobility_Medium data/simulation.xml data/simrun_MidTerm.xml
    
  5. File any issues on [issue tracker] (https://github.com/smart-fm/simmobility/issues) on GitHub.
Clone this wiki locally