/brickrun

Command line tool for launching ev3dev user programs

Primary LanguageValaGNU General Public License v2.0GPL-2.0

brickrun

Command line tool for launching ev3dev programs.

Documentation

Hacking

sudo apt update
sudo apt install cmake pandoc valac
git clone --recursive https://github.com/ev3dev/brickrun
cd brickrun
cmake -P setup.cmake
make -C build