ref: 476a76650b8670d63048a925134e93e46becfaf2
parent: 6030a9f7554eceb2a0cfef011448d671edf54fa2
author: Werner Lemberg <[email protected]>
date: Sat Mar 1 11:26:05 EST 2014
Minor documentation improvements.
--- a/docs/INSTALL.UNIX
+++ b/docs/INSTALL.UNIX
@@ -90,13 +90,14 @@
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.
----------------------------------------------------------------------
--- a/docs/freetype-config.1
+++ b/docs/freetype-config.1
@@ -85,4 +85,20 @@
.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 <[email protected]>,
+with further refinements from the FreeType team.
+.
+.
.\" eof