开发者

Installing fontconfig from source, says it can't find configure

开发者 https://www.devze.com 2023-01-30 07:05 出处:网络
I downloaded fontconfig 2.8.0 as part of a chain of downloads trying to fix another issue. I went into the directory and the INSTALL file said to run:

I downloaded fontconfig 2.8.0 as part of a chain of downloads trying to fix another issue.

I went into the directory and the INSTALL file said to run:

./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man

Perfectly fine, done that a thousand times. Except:

-bash: ./configure: No such file or directory

So where do I开发者_开发知识库 go from here? Never come across this one...


(A) Are you running ./configure from the proper folder?

(B) Is there a file configure in the source folder? If not, you may have to use auto-tools first to create the configure script itself.

(C) How did you download it? This link ought to work: http://fontconfig.org/release/fontconfig-2.8.0.tar.gz

0

精彩评论

暂无评论...
验证码 换一张
取 消