2015-08-24 27 views
2

我試圖讓我的筆記本電腦上運行Ubuntu的15.04谷歌的ios webkit調試代理工作。安裝谷歌的ios-webkit-debug-proxy

https://github.com/google/ios-webkit-debug-proxy

我跟着他們的安裝說明盡我所能。然而,我對web開發和linux都很陌生,並且在運行./autogen.sh的步驟中遇到了麻煩。

它運行了一會兒檢查,但後來我收到以下錯誤從終端:

checking for libimobiledevice... no configure: error: Package requirements (libimobiledevice-1.0 >= 1.2.0) were not met:

Requested 'libimobiledevice-1.0 >= 1.2.0' but version of libimobiledevice is 1.1.6

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables libimobiledevice_CFLAGS and libimobiledevice_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

我已經盡我的運氣在我自己解決此,但不能弄明白。

任何人都熟悉這個錯誤,它想要我做什麼?是我的文件路徑搞砸了,還是我需要不同版本的libimobiledevice(我相信我有最新的版本)?

+0

你弄明白了嗎?同樣的問題 – Mark

回答

2

正如錯誤所述,您需要libimobiledevice 1.2或更高版本。從源代碼編譯它是一個解決方案:

您現在應該能夠成功構建ios-webkit-debug-proxy。

您可能需要運行sudo ldconfig事後更新庫高速緩存。