Go to file
ariahiro64 49b49d0654 fixed the info screen formatting 2021-09-25 19:57:25 -04:00
doc fix toolchain 2021-09-23 19:52:42 -04:00
docker add moparisthebes's improvements and build with docker 2021-09-25 19:28:42 -04:00
inc add moparisthebes's improvements and build with docker 2021-09-25 19:28:42 -04:00
res add moparisthebes's improvements and build with docker 2021-09-25 19:28:42 -04:00
src fixed the info screen formatting 2021-09-25 19:57:25 -04:00
tools add moparisthebes's improvements and build with docker 2021-09-25 19:28:42 -04:00
.gitignore add moparisthebes's improvements and build with docker 2021-09-25 19:28:42 -04:00
Makefile add moparisthebes's improvements and build with docker 2021-09-25 19:28:42 -04:00
README.md add moparisthebes's improvements and build with docker 2021-09-25 19:28:42 -04:00
build.cmd add moparisthebes's improvements and build with docker 2021-09-25 19:28:42 -04:00

README.md

Altra64

Alternative Everdrive64 menu

Altra64 is an open source menu for Everdrive64 and ed64+ and is based on a fork of alt64 which was originally written by saturnu, and released on the Everdrive64 forum.

Building

If you want to build the menu, you need an n64 toolchain. This is terrible to build, moparisthebest ended up creating a Dockerfile in the docker folder, instructions included in it.

Or if you trust him, you can use the one he built and pushed to docker hub, moparisthebest/altra64-dev

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.

Clean Altra64

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!