Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

Pour exécuter un test local sur un appareil iOS, il faut installer la bibliothèque libimobiledevice.

Veuillez exécuter les commandes suivantes :

apt-get update

apt-get install -y build-essential pkg-config checkinstall git autoconf automake
apt-get install -y libtool-bin libssl-dev
apt-get install -y libusb-1.0.0-dev libavahi-client-dev

rm -rf libimobiledevice-tool
mkdir libimobiledevice-tool
cd libimobiledevice-tool

git clone https://github.com/libimobiledevice/libplist.git
cd libplist
git checkout 612cdf3ffd3e8c200e4a21ec15e3b3f0af170b42
./autogen.sh
make
sudo make install
cd ..

git clone https://github.com/libimobiledevice/libimobiledevice-glue.git
cd libimobiledevice-glue
git checkout 0d586cd58680d7b1c2eb08aed7eafbf6328d5d1f
./autogen.sh
make
sudo make install
cd ..

git clone https://github.com/tihmstar/libgeneral.git
cd libgeneral
git checkout 77
./autogen.sh
make
sudo make install
cd ..

git clone https://github.com/libimobiledevice/libusbmuxd.git
cd libusbmuxd
git checkout a7f0543fb1ecb20ac7121c0fd77297200e0e43fc
./autogen.sh
make
sudo make install
cd ..

git clone https://github.com/libimobiledevice/libimobiledevice.git
cd libimobiledevice
git checkout 77c727bdfeed87abd237b8840f685a1f2084ab50
./autogen.sh
make
sudo make install
cd ..

apt-get -y install ideviceinstaller

Ouvrez un terminal. Utilisez la commande suivante pour vérifier l'installation :

ideviceinfo --version

Il devrait indiquer la version actuelle de libimobiledevice.

  • No labels