cleanup and url fix

This commit is contained in:
Harvey Fong 2025-07-28 08:18:25 -06:00
parent c6ffec5d7a
commit a8c5543056

View File

@ -85,9 +85,6 @@ cd vmax2bella
make all -j4 make all -j4
install_name_tool -change ../lzfse/build/liblzfse.dylib @rpath/liblzfse.dylib bin/Darwin/release/vmax2bella install_name_tool -change ../lzfse/build/liblzfse.dylib @rpath/liblzfse.dylib bin/Darwin/release/vmax2bella
install_name_tool -change /usr/local/lib/libplist-2.0.4.dylib @rpath/libplist-2.0.4.dylib bin/Darwin/release/vmax2bella install_name_tool -change /usr/local/lib/libplist-2.0.4.dylib @rpath/libplist-2.0.4.dylib bin/Darwin/release/vmax2bella
git clone https://github.com/oomer/vmax2bella.git
cd vmax2bella
make all -j4
``` ```
## Linux ## Linux
@ -133,13 +130,13 @@ cd lzfse/build
cmake .. cmake ..
msbuild lzfse.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143 msbuild lzfse.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
cd ../.. cd ../..
git clone https://git.indoodle.com/oomer/libplist
git clone https://github.com/jpaver/opengametools.git git clone https://github.com/jpaver/opengametools.git
git clone https://git.indoodle.com/oomer/oom.git git clone https://git.indoodle.com/oomer/oom.git
git clone https://git.indoodle.com/oomer/vmax2bella.git git clone https://git.indoodle.com/oomer/libplist
cd libplist cd libplist
msbuild libplist.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143 msbuild libplist.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
cd .. cd ..
git clone https://git.indoodle.com/oomer/vmax2bella.git
cd vmax2bella cd vmax2bella
msbuild vmax2bella.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143 msbuild vmax2bella.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
``` ```