From 806c20a9dffdba340f8cebb65d483e1975800d50 Mon Sep 17 00:00:00 2001 From: Tom Greig <tag2y19@soton.ac.uk> Date: Mon, 17 Mar 2025 10:30:59 +0000 Subject: [PATCH] Add README --- README.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..8deae21 --- /dev/null +++ b/README.txt @@ -0,0 +1,24 @@ +Raspberry Pi Program for the SOTSEF LED Reactions Game + +Dependencies: + +- Gtk 4 (sudo apt install libgtk-4-dev) +- librsvg (sudo apt install librsvg2-dev) +- blueprint-compiler (Get it from + https://gitlab.gnome.org/jwestman/blueprint-compiler/-/releases/v0.14.0, + the debian repo version is really out of date) +- WiringPi (https://github.com/WiringPi/WiringPi; it's not in the debian + repo) + +Building: + +``` +./configure build +ninja -C build +``` + +Running: + +``` +./build/game +``` -- GitLab