mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
add more details to the readme
This commit is contained in:
parent
65b77e0b3a
commit
195004e8b2
11
README.md
11
README.md
|
@ -12,10 +12,17 @@ examples as documentation.
|
|||
|
||||
* Nightly rust, probably quite a recent version.
|
||||
* Devkitarm.
|
||||
* Cargo-xbuild is used too.
|
||||
|
||||
This is probably easiest to do in a container.
|
||||
This is probably easiest to do in a container, the `start-dev.sh` script creates
|
||||
and runs a development environment in a docker container.
|
||||
|
||||
## Makefile
|
||||
|
||||
The Makefile is written such that `make d-{example name}` runs the debug build
|
||||
of the example, and `make r-{example name}` runs the release build.
|
||||
of the example, and `make r-{example name}` runs the release build.
|
||||
|
||||
## Stability
|
||||
|
||||
0% stable, I have no problems making drastic changes in the API in order to make
|
||||
something nice to work with.
|
Loading…
Reference in a new issue