aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2021-10-05 17:50:01 +0200
committerNicolas Schodet2021-10-05 17:50:01 +0200
commitf1e4e9523558b9152d475157fcd5abd1b8267cc9 (patch)
treefdf33f7a55d2fd61014f544d75ab1c4f36ff9be2
parent1a2dfde709b105c4fa7d4c0744182728e5ca4386 (diff)
Update README with build instructions on Debian based distributions0.4.1
-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: