Skip to content
Snippets Groups Projects
Commit 37f1d36c authored by Anon's avatar Anon
Browse files

docs: Add Ninja to build dependencies

parent e615baef
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ Dependencies
- Arch: ``arm-none-eabi-gcc``, ``arm-none-eabi-binutils``, ``arm-none-eabi-newlib``
- Alternative: Download `ARM's GNU toolchain`_. **TODO**
* **python3**: For meson and various scripts needed for building.
* **ninja**: Needed for meson.
* **meson** (>0.43.0): Unfortunately most distros only have very old versions
of meson in their repositories. Instead, you'll probably save yourself a lot
of headaches by installing meson from ``pip3 install --user meson``.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment