build instructions

This commit is contained in:
Connor Olding 2018-08-16 20:06:18 +02:00
parent 5f143cae81
commit dc9c890c48
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
nothing to see here (yet).
currently borrowing some code from [krom's repo.](https://github.com/PeterLemon/N64/)
you will need to compile
[bass (the assembler)](https://github.com/ARM9/bass) (ARM9's fork)
and [z64crc](https://github.com/notwa/mm/blob/master/z64crc.c)
(to be included in this repo later).

2
build
View File

@ -7,7 +7,7 @@ ROM_NAME=test.z64
#while inotifywait -q -e create,modify *.asm *.inc; do
bass F3DZEX.asm
bass main.asm
/tmp/z64crc "$ROM_NAME"
z64crc "$ROM_NAME"
#done
# don't use -z in msys2 because it hangs