From a8c5543056e49e846866246ee9541c3693565494 Mon Sep 17 00:00:00 2001 From: Harvey Fong Date: Mon, 28 Jul 2025 08:18:25 -0600 Subject: [PATCH] cleanup and url fix --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ca576ca..e3c9c39 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,6 @@ cd vmax2bella make all -j4 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 -git clone https://github.com/oomer/vmax2bella.git -cd vmax2bella -make all -j4 ``` ## Linux @@ -133,13 +130,13 @@ cd lzfse/build cmake .. msbuild lzfse.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143 cd ../.. -git clone https://git.indoodle.com/oomer/libplist git clone https://github.com/jpaver/opengametools.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 msbuild libplist.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143 cd .. +git clone https://git.indoodle.com/oomer/vmax2bella.git cd vmax2bella msbuild vmax2bella.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143 ```