diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-14 00:59:11 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-14 01:01:03 -0600 |
commit | a302a66f47f4c7e8cbfe131650d84ca3e6cadea3 (patch) | |
tree | c616e92811e825258f812238e8a500f1902ec8a0 /README.md | |
parent | 41c688316889ac2edddfae09fbeaa52a2206a33c (diff) |
more
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9bea066 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Building + +Building requires cmake, make, an "arm-none-eabi" toolchain (including +newlib), and picotool (including the .cmake files; +eg. /usr/lib/cmake/picotool/*.cmake). + +At the time of this writing, on Parabola GNU/Linux-libre that means: + + - make 4.4.1-2 + - cmake 3.30.3-1 + - arm-none-eabi-binutils 2.42-1 + - arm-none-eabi-gcc 14.1.0-1 + - arm-none-eabi-newlib 4.4.0.20231231-1 + - picotool 2.0.0-2 |