using updated version of libmikmod
This commit is contained in:
parent
b7ae2b09ff
commit
5e5da4d1a8
@ -41,25 +41,12 @@ make tools
|
|||||||
make tools-install
|
make tools-install
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
# install libmikmod
|
# install libmikmod (custom version)
|
||||||
git clone https://github.com/parasyte/libmikmod-n64.git
|
git clone https://github.com/networkfusion/libmikmod
|
||||||
cd libmikmod-n64
|
cd libmikmod/n64
|
||||||
mkdir build
|
|
||||||
make
|
|
||||||
make install
|
|
||||||
|
|
||||||
cd ..
|
|
||||||
# install libmad-64
|
|
||||||
git clone https://github.com/parasyte/libmad-n64.git
|
|
||||||
cd libmad-n64
|
|
||||||
#$(N64_INST) converterd to $N64_INST below otherwise it will not run on WSFL
|
|
||||||
export PATH=$PATH:$N64_INST/bin
|
|
||||||
CFLAGS="-march=vr4300 -mtune=vr4300 -mno-extern-sdata" \
|
|
||||||
LDFLAGS="-L$N64_INST/lib" LIBS="-lc -lnosys" \
|
|
||||||
./configure --host=mips64-elf --disable-shared \
|
|
||||||
--prefix=$N64_INST --enable-speed --enable-fpm=mips
|
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
cd .. # we have are in a subfolder, this is not a duplicate...
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
# install libyaml
|
# install libyaml
|
||||||
@ -76,10 +63,6 @@ make
|
|||||||
make install
|
make install
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
# Install menu code (perhaps this script should be called from it instead?
|
|
||||||
# git clone https://github.com/networkfusion/alt64.git
|
|
||||||
# cd alt64
|
|
||||||
# make
|
|
||||||
|
|
||||||
# Perform cleanup
|
# Perform cleanup
|
||||||
apt-get -y autoremove
|
apt-get -y autoremove
|
||||||
|
Loading…
Reference in New Issue
Block a user