Super Mario 64s source code (from a leak on 4chan so be careful)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
898 B

6 years ago
  1. # Linux
  2. 1] Install the following packages:
  3. * make
  4. * git
  5. * binutils-mips-linux-gnu (>= 2.27)
  6. * python3
  7. * build-essential
  8. * pkg-config
  9. * zlib1g-dev
  10. * libglib2.0-dev
  11. * libpixman-1-dev
  12. * libcapstone3
  13. 2] Clone https://github.com/camthesaxman/qemu-irix to somewhere and follow its install instructions in the README.
  14. 2b] Optionally, grab the prebuilt qemu-irix from the Releases section.
  15. 3] Take the executable "qemu-irix" in irix-linux-user and put it somewhere where you will define an environment variable to it.
  16. 4] Define "QEMU_IRIX" in your bashrc to point to this qemu-irix executable.
  17. 5] After setting this repository up, run `make` to build the ROM. Make sure your path is not too long or else this process will error, as the emulated IDO compiler cannot handle paths longer than 255 characters.
  18. # Windows
  19. For Windows, install WSL and a distro of your choice and follow the Linux guide.