INSTALLATION

  • Installing from source
    • Extract downloaded file tar xjf mando-<version>.tar.bz2
      cd mando-<version>/
    • Check dependencies and compile cd mando
      mkdir build
      cd build
      cmake ..
      make
    • Install (as root) make install
    • Uninstall (as root) make uninstall
  • Installing pre-compiled-package (For Debian/Ubuntu based GNU/Linux distributions)
    • Add Launchpad PPA (as root) add-apt-repository ppa:shoden/mando
    • Update local index (as root) apt-get update
    • Install package (as root) apt-get install mando

USER MANUAL

  • PDF document will be available soon!

TECHNICAL REPORT

  • mando is based on the final year project of Juan Roldán Ruiz. You can get the project report here.