blob: 86cf4f949c0488ce0f7e1383f04f8ef136c3af2d (
plain)
1
2
3
4
5
6
7
8
9
|
Fontconfig is built with the traditional configure script:
$ ./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
This should generate valid Makefiles, then:
$ make
$ make install
|