freetype编译问题?

编译安装freetype ,提示configure权限不足, 我试着改成777,也是一样

网上说这里是通过windows编写的文件,需要转linux

我也dos2unix configure ,但是还是不行哎,请教各位了、

./configure --prefix=/usr/local/freetype

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).

cd builds/unix; ./configure  '--prefix=/usr/local/freetype'
/bin/sh: 1: ./configure: Permission denied
make: *** [setup] Error 126
阅读 3.9k
1 个回答
新手上路,请多包涵

你是不是下错包啊,我也编译freetype的时候也遇到这种情况,但是我没有你这里那么多提示,我这边只提示一个:
-bash: ./configure: Permission denied
修改了权限也是不行,后来我在这里https://sourceforge.net/proje...
重新下载一个包就行了。

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题