aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 65be8b1..c7e4d08 100644
--- a/README
+++ b/README
@@ -56,10 +56,11 @@ How?
====
To compile all of this you'll need a copy of libusb 1.0 on your
-system, as well as the Meson build system.
+system, as well as an ARM compiler and the Meson build system.
- - Libusb 1.0: https://libusb.info/
- - Meson: https://mesonbuild.com/
+If you are running a debian based system, you can install them using:
+
+ sudo apt install build-essential libusb-1.0-0-dev meson gcc-arm-none-eabi
When you have all that, build with: