Provides a native Windows build (using the Visual C++ compiler) of libusbmuxd, as well as continuous integration (CI) builds of libusbmuxd for Ubuntu, CentOS and RedHat Linux and macOS.
For general questions about libplist, see http://github.com/libimobiledevice/libusbmuxd. For questions specific to Visual C++, feel free to use the GitHub issue tracker
The binaries for libplist are available as:
- NuGet CoApp packages for Windows,
- apt-get packages for Ubuntu,
- yum packages for CentOS and RedHat.
For Ubuntu Linux, run the following commands as root:
sudo add-apt-repository ppa:quamotion/ppa
sudo apt-get update
apt-get install libusbmuxd
For RedHat Linux, run the following commands as root:
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:qmfrederik/RHEL_7/home:qmfrederik.repo
yum install libusbmuxd
For CentOS Linux, run the following commands as root:
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:qmfrederik/CentOS_7/home:qmfrederik.repo
yum install libusbmuxd