Minor documentation improvements.

This commit is contained in:
Werner Lemberg 2014-03-01 16:26:05 +01:00
parent 6030a9f755
commit 476a76650b
2 changed files with 20 additions and 3 deletions

View File

@ -90,13 +90,14 @@ or MSys on Win32:
OpenType fonts) depends on FreeType, which can be solved as
follows in case HarfBuzz is not yet installed on your system.
1. Call FreeType's configure script with option
1. Call FreeType's `configure' script with option
`--without-harfbuzz', then compile and install FreeType.
2. Compile and install HarfBuzz.
3. Call FreeType's configure script without option
`--without-harfbuzz', then compile and install FreeType again.
3. Call FreeType's `configure' script without option
`--without-harfbuzz' (after executing `make distclean'), then
compile and install FreeType again.
----------------------------------------------------------------------

View File

@ -85,4 +85,20 @@ Override `--exec-prefix' value with
.IR EPREFIX .
.
.
.SH BUGS
In case the libraries FreeType links to are located in non-standard
directories, the output from option
.B \-\-libs
might be incomplete.
It is thus recommended to use the
.BR pkg-config (1)
interface instead, which is able to correctly resolve all dependencies.
.
.
.SH AUTHOR
.
This manual page was contributed by Nis Martensen <nis.martensen@web.de>,
with further refinements from the FreeType team.
.
.
.\" eof