久久96国产精品久久久-久久发布国产伦子伦精品-久久精品国产精品青草-久久天天躁夜夜躁狠狠85麻豆

技術員聯盟提供win764位系統下載,win10,win7,xp,裝機純凈版,64位旗艦版,綠色軟件,免費軟件下載基地!

當前位置:主頁 > 教程 > 服務器類 >

ubuntu12.04下安裝freetype出錯處理

來源:技術員聯盟┆發布時間:2018-08-09 18:27┆點擊:

  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' into builds/unix, and run the './configure' from there, then 'cd' back to the freetype-2.1.8 and make .