summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2016-03-01 16:41:12 +0100
committerPeter Wu <peter@lekensteyn.nl>2016-03-01 16:41:12 +0100
commit257f6312d41e592b8cd4251810e045ccd93137d3 (patch)
tree6ee67861ac73ab4ddab9a3da4675d2c3941f441b /README.md
parent9f663d6560dece699bcc18a7d9b1d2143a0acc9a (diff)
downloadexercises-257f6312d41e592b8cd4251810e045ccd93137d3.tar.gz
Added README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..371cd4d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+On Arch Linux, install:
+
+ arm-none-eabi-gcc
+ arm-none-eabi-gdb
+ qemu-arch-extra
+
+To build the `present` binary, run:
+
+ make present
+
+To start debugging it, run:
+
+ make run-present