首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >windows上的libimobildevice:./autogen.sh无法工作

windows上的libimobildevice:./autogen.sh无法工作
EN

Stack Overflow用户
提问于 2018-08-02 08:04:47
回答 1查看 1.3K关注 0票数 0

我正试图在我的windows上安装libimobiledevice (来自https://www.libimobiledevice.org/ ),以便在进行项目时能够运行iPhone模拟器和命令,但我很难找到安装和配置libimobiledevice所需的其他设备。到目前为止,我已经按照指示尝试了命令:

代码语言:javascript
复制
     ./autogen.sh 

代码语言:javascript
复制
     ./autogen.sh make sudo make install

以下是我所犯的错误:

代码语言:javascript
复制
 ./autogen.sh: line 13: libtoolize: command not found
 ./autogen.sh: line 15: aclocal: command not found
 ./autogen.sh: line 16: autoheader: command not found
 ./autogen.sh: line 17: automake: command not found
 ./autogen.sh: line 18: autoconf: command not found
 ./autogen.sh: line 23: ./configure: No such file or directory

在研究我安装的MinGW (基本安装包)时,我克隆了libplist、ideviceinstaller、libideviceactivation、libusbmuxd (我找不到libzip)。还是找不到更近的地方来安排这一切。在得到这一点之前,我还需要先检查一下其他的先决条件吗?

EN

回答 1

Stack Overflow用户

发布于 2018-08-02 12:05:23

您将无法使用libimobiledevice在Windows上运行iOS模拟器。这不是libimobiledevice做的。libimobiledevice提供用于与iOS设备交互的API和工具,但不用于模拟它们。

如果你想让libimobiledevice在你的Windows上运行,你可能想看看libimobiledevice-win32 32,它是我维护的libimobiledevice的一个端口。

它允许您使用Visual在Windows上编译libplist、libusbmuxd、libimobiledevice和朋友。

您可以在这里找到libimobiledevice的预编译二进制文件:https://ci.appveyor.com/project/qmfrederik/imobiledevice-net/build/artifacts

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/51648565

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档