0
我從這裏http://freedesktop.org/software/fontconfig/releaseFontconfig的適用於iOS
下載Fontconfig的-2.9.0.tar.gz,但我不知道如何交叉編譯它適用於iOS。我需要iOS的fontconfig.a,有人可以告訴我如何編譯它或給我一個指導?謝謝!
我從這裏http://freedesktop.org/software/fontconfig/releaseFontconfig的適用於iOS
下載Fontconfig的-2.9.0.tar.gz,但我不知道如何交叉編譯它適用於iOS。我需要iOS的fontconfig.a,有人可以告訴我如何編譯它或給我一個指導?謝謝!
的./configure --host =手臂-IOS --prefix = $ PREFIX --with-的FreeType-配置= $ PREFIX /斌/ FreeType的-配置--with-ARCH =手臂 使 使安裝
我這樣做:./configure --host = arm-ios --prefix =/Users/bluefish625/Desktop/fontconfig/prefix/--with-freetype-config = $ PREFIX/bin/freetype-config --with-拱=臂。然後,失敗的報告:檢查構建系統類型... x86_64-apple-darwin11.3.0 檢查主機系統類型...無效配置'arm-ios':系統'ios'未被識別 configure:error:/ bin/sh ./config.sub arm-ios失敗 –
我試試這個:./configure CC =「/ Applications/Xcode.app /目錄/ Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang」CFLAGS =「 - isysroot/Applications /Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk -arch armv7「--sysconfdir =/Users/bluefish625/Desktop/fontconfig/sysconfdir/--prefix =/Users/bluefish625/Desktop/fontconfig/prefix/--mandir =/Users/bluefish625/Desktop/fontconfig/mandir --disable-shared --host = armv7-apple-darwin --with-freetype-config = $ PREFIX/bin/freetype -config –
。錯誤信息是:configure:error:找不到pkg-config腳本或者太舊。確保它位於PATH中,或將PKG_CONFIG環境變量設置爲pkg-config的完整路徑 。 –