Go to file
ariahiro64 fc740cf581 slight cleanup 2021-09-30 01:57:26 -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 make bgm toggleable via ini 2021-09-29 21:20:47 -04:00
src slight cleanup 2021-09-30 01:57:26 -04:00
tools add moparisthebes's improvements and build with docker 2021-09-25 19:28:42 -04:00
.gitignore removed embarrasing default wallpaper sprite and reenabled sound 2021-09-28 00:51:17 -04:00
Makefile fixed weird leftovers from merge 2021-09-28 17:28:25 -04:00
README.md Update README.md 2021-09-28 21:32:52 +00: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!