Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 357 Bytes

File metadata and controls

20 lines (15 loc) · 357 Bytes

RM_2020_DEV

build status

iRM 2020 Software Development Repo

Dependency

  • Glib2 (for LCM)
  • CMake >= 3.12

Build Steps

cd <path to RM_2020DEV>
mkdir build && cd build
cmake ..
make -j

Run Tests

make test or ctest in build folder