Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 528 Bytes

INSTALL.md

File metadata and controls

19 lines (14 loc) · 528 Bytes

Installation instructions

To setup the component, it is adviced to run <rootdir>/bootstrap.sh to install the required dependencies and setup the environment.

cd <rootdir>
./bootstrap.sh
mkdir build && cd build
../configure --prefix=<install-dir> --with-templates=<template-dir>
make install

You may need to install flatbuffers manually.

The bootstrap.sh script will install the following dependencies:

  • Foxglove Studio
  • libwebsocketpp-dev
  • nlohmann-json3-dev