From f227c4691307f1e3395d24d3d9fe60064b50c703 Mon Sep 17 00:00:00 2001 From: Harvey Fong Date: Thu, 20 Mar 2025 20:44:28 -0600 Subject: [PATCH] added libplist , homebrews instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b457af..fd128a6 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,21 @@ Command line convertor from VoxelMax .vmax to DiffuseLogic .bsz ``` mkdir workdir git clone https://github.com/lzfse/lzfse -mkdir lzfse/build +mkdir -p lzfse/build cd lzfse/build /Applications/CMake.app/Contents/bin/cmake .. make -j4 cd ../.. +mkdir homebrew +curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip-components 1 -C homebrew +eval "$(homebrew/bin/brew shellenv)" +brew update --force --quiet +brew install libtool autoconf automake +git clone https://github.com/libimobiledevice/libplist +cd libplist +./autogen.sh +make -j4 +cd .. git clone https://github.com/oomer/vmax2bella.git cd vmax2bella make