Skip to content

Command line tool for launching ev3dev user programs

License

Notifications You must be signed in to change notification settings

ev3dev/brickrun

Repository files navigation

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