From 039666bc336a8fcdc2faf7966d7b68562f7944b6 Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Sat, 10 Apr 2021 18:32:47 +0100 Subject: [PATCH] update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8caa5c06..56553cbd 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ This is my in development library for rust on the gameboy advance. It uses information from GbaTek, Tonc, and the existing -[rust-console/gba](https://github.com/rust-console/gba). Namely the gba.json -file comes from [rust-console/gba](https://github.com/rust-console/gba). +[rust-console/gba](https://github.com/rust-console/gba). Note that this currently contains no documentation of any kind, unless you count examples as documentation. @@ -11,7 +10,10 @@ examples as documentation. ## Requirements * Nightly rust, probably quite a recent version. -* Devkitarm. +* arm eabi binutils + * Debian and derivatives: binutils-arm-none-eabi + * Alpine: binutils-arm-none-eabi + * Arch Linux and derivatives: arm-none-eabi-binutils This is probably easiest to do in a container, the `start-dev.sh` script creates and runs a development environment in a docker container.