首頁  >  文章  >  後端開發  >  linux下編譯安裝freetype出錯訊息及解決方法

linux下編譯安裝freetype出錯訊息及解決方法

伊谢尔伦
伊谢尔伦原創
2016-11-25 15:50:501713瀏覽

ubuntu12.04下編譯安裝freetype出現以下錯誤訊息:

configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating freetype-config
config.status: creating freetype2.pc
config.status: creating ftconfig.h
FreeType build system -- automatic system detection
The following settings are used:
  platform                    unix
  compiler                    cc
  configuration directory     ./builds/unix
  configuration rules         ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the  API  reference (the latter needs python).
make: Nothing to be done for `unix'.

////////////////////////////////// //////////////////////////////

解決方法:

cd builds/unix
./configure
cd ../ ../
make


陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn