Clone the repo
git submodule init
git submodule update
make
make run # will open a Xephyr Window
If the program is executed via make run
its possible to attach to the executable
via the debug.sh script. It has to be executed as root user.
The script used cgdb as a debugger.
sudo ./debug.sh
Requires ag
and entr
.
make tdd