forgot this is last commit
This commit is contained in:
parent
c2c6fcd1d2
commit
edd0473d96
@ -26,9 +26,11 @@ brew update --force --quiet
|
|||||||
brew install libtool autoconf automake
|
brew install libtool autoconf automake
|
||||||
git clone https://github.com/libimobiledevice/libplist
|
git clone https://github.com/libimobiledevice/libplist
|
||||||
cd libplist
|
cd libplist
|
||||||
export LDFLAGS="-install_name @rpath/libplist-2.0.4.dylib"
|
|
||||||
./autogen.sh --prefix=$PWD/install --without-cython
|
./autogen.sh --prefix=$PWD/install --without-cython
|
||||||
make -j4
|
make -j4
|
||||||
|
cd src/.libs
|
||||||
|
install_name_tool -id @rpath/libplist-2.0.4.dylib src/.libs/libplist-2.0.4.dylib
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://github.com/oomer/vmax2bella.git
|
git clone https://github.com/oomer/vmax2bella.git
|
||||||
cd vmax2bella
|
cd vmax2bella
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user