Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 293 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 293 Bytes

RICC - Railway Interactive Control Centre

Linux

Dependecies

  • cmake
  • gcc
  • g++ (gcc-g++ on fedora)
  • libcurl-devel

Build

  • git submodule update --init --recursive
  • mkdir build
  • cd build
  • cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
  • make
  • make test