Changed tool location (renamed to n64-tools)
This commit is contained in:
parent
d7d408716e
commit
7d1f2d118a
@ -47,7 +47,7 @@ make tools-install
|
|||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
# install libmikmod (custom version)
|
# install libmikmod (custom version)
|
||||||
git clone https://github.com/n64-sdk/libmikmod
|
git clone https://github.com/n64-tools/libmikmod
|
||||||
cd libmikmod/n64
|
cd libmikmod/n64
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
@ -69,7 +69,7 @@ make install
|
|||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
# install libmad (custom version)
|
# install libmad (custom version)
|
||||||
git clone https://github.com/n64-sdk/libmad-n64
|
git clone https://github.com/n64-tools/libmad
|
||||||
cd libmad-n64
|
cd libmad-n64
|
||||||
export PATH=$PATH:$N64_INST/bin
|
export PATH=$PATH:$N64_INST/bin
|
||||||
CFLAGS="-std=gnu99 -march=vr4300 -mtune=vr4300" \
|
CFLAGS="-std=gnu99 -march=vr4300 -mtune=vr4300" \
|
||||||
|
Loading…
Reference in New Issue
Block a user