mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
update readme
This commit is contained in:
parent
5689f7c9b1
commit
039666bc33
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue