Update README.md

This commit is contained in:
AriaHiro64 2021-09-28 21:32:52 +00:00 committed by GitHub
parent e2650f1715
commit 6017c5966b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 12 deletions

View File

@ -12,22 +12,14 @@ If you want to build the menu, you need an n64 toolchain. This is terrible to bu
Or if you trust him, you can use the one he built and pushed to docker hub, [moparisthebest/altra64-dev](https://hub.docker.com/r/moparisthebest/altra64-dev)
## Building
If you want to build the menu, you need an n64 toolchain. This is terrible to build, I ended up creating a Dockerfile in the docker folder, instructions included in it.
Or if you trust me, you can use the one I built and pushed to docker hub, [moparisthebest/altra64-dev](https://hub.docker.com/r/moparisthebest/altra64-dev)
>>>>>>> 3733e676f9e52632f1015a86a8e422e54fc18f22
### Build `Altra64`
To build the Rom
from the projects root directory, with docker installed
```
$ docker run --rm -v "$(pwd):/build" moparisthebest/altra64-dev make
```
If it all worked, you will find `OS64.v64` in the `bin` directory.
@ -36,8 +28,7 @@ If it all worked, you will find `OS64.v64` in the `bin` directory.
Finally, we can clean the build objects from the project
from the projects root directory
```
$ docker run --rm -v "$(pwd):/build" moparisthebest/altra64-dev make clean
```
Enjoy!