1.1、libimobiledevice简介
是什么 ? | : | a cross-platform software protocol library and tools to communicate with iOS devices natively. |
开发语言 | : | C |
官方主页 | : | http://www.libimobiledevice.org |
源码仓库 | : | https://github.com/libimobiledevice/libimobiledevice |
1.2、通过包管理器安装libimobiledevice
操作系统 | 包管理器 | 安装命令 |
---|
macOS | HomeBrew | brew install libimobiledevice |
GNU/Linux | HomeBrew | brew install libimobiledevice |
| apt | sudo apt-get install -y libimobiledevice-utils |
CentOS | yum | sudo yum install -y libimobiledevice-utils |
| dnf | sudo dnf install -y libimobiledevice-utils |
openSUSE | zypper | sudo zypper install -y libimobiledevice-tools libimobiledevice-devel |
Arch Linux ArcoLinux Manjaro Linux | pacman | sudo pacman -Syyu --noconfirm sudo pacman -S --noconfirm libimobiledevice |
Gentoo Linux | Portage | sudo emerge libimobiledevice |
1.3、通过编译源码安装libimobiledevice
1.4、libimobiledevice中包含的命令
1.5、libimobiledevice中包含的头文件
1.6、libimobiledevice中包含的库文件
- libimobiledevice.{a | so | dylib}