modules/freetype2/docs/freetype-config.1

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/modules/freetype2/docs/freetype-config.1	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,108 @@
     1.4 +.TH FREETYPE-CONFIG 1 "March 2014" "FreeType 2.5.3"
     1.5 +.
     1.6 +.
     1.7 +.SH NAME
     1.8 +.
     1.9 +freetype-config \- Get information about a libfreetype installation
    1.10 +.
    1.11 +.
    1.12 +.SH SYNOPSIS
    1.13 +.
    1.14 +.B freetype-config
    1.15 +.RI [ options ]
    1.16 +.
    1.17 +.
    1.18 +.SH DESCRIPTION
    1.19 +.
    1.20 +.B freetype-config
    1.21 +returns information needed for compiling and linking programs with the
    1.22 +FreeType library, such as linker flags and compilation parameters.
    1.23 +.
    1.24 +Alternatively, it can be used to query information about the
    1.25 +FreeType library version installed on the system, such as the
    1.26 +installation (directory path) prefix or the FreeType version number.
    1.27 +.
    1.28 +.PP
    1.29 +This program is part of the FreeType package.
    1.30 +.
    1.31 +.
    1.32 +.SH OPTIONS
    1.33 +.
    1.34 +There are two types of options: output/display selection options, and
    1.35 +path override options.
    1.36 +.
    1.37 +.
    1.38 +.SS Output selection options
    1.39 +.
    1.40 +Only one of the output selection options should be given at each program
    1.41 +invocation.
    1.42 +.
    1.43 +.TP
    1.44 +.B \-\-prefix
    1.45 +Return the prefix value of the installed FreeType library (the default
    1.46 +prefix will be `/usr' in most cases for distribution-installed
    1.47 +packages).
    1.48 +.
    1.49 +.TP
    1.50 +.B \-\-exec-prefix
    1.51 +Return the executable prefix value of the installed FreeType library
    1.52 +(will often be the same as the prefix value).
    1.53 +.
    1.54 +.TP
    1.55 +.B \-\-ftversion
    1.56 +Return the FreeType version number.
    1.57 +.
    1.58 +.TP
    1.59 +.B \-\-version
    1.60 +Return the `libtool version' of the FreeType library.
    1.61 +.
    1.62 +.TP
    1.63 +.B \-\-libtool
    1.64 +Return the library name for linking with libtool.
    1.65 +.
    1.66 +.TP
    1.67 +.B \-\-libs
    1.68 +Return compiler flags for linking with the installed FreeType library.
    1.69 +.
    1.70 +.TP
    1.71 +.B \-\-cflags
    1.72 +Return compiler flags for compiling against the installed FreeType library.
    1.73 +.
    1.74 +.TP
    1.75 +.B \-\-static
    1.76 +Make command line options display flags for static linking.
    1.77 +.
    1.78 +.
    1.79 +.SS Path override options
    1.80 +.
    1.81 +These affect any selected output option, except the libtool version
    1.82 +returned by `--version'.
    1.83 +.
    1.84 +.TP
    1.85 +.BI \-\-prefix= PREFIX
    1.86 +Override `--prefix' value with
    1.87 +.IR PREFIX .
    1.88 +.
    1.89 +.TP
    1.90 +.BI \-\-exec-prefix= EPREFIX
    1.91 +Override `--exec-prefix' value with
    1.92 +.IR EPREFIX .
    1.93 +.
    1.94 +.
    1.95 +.SH BUGS
    1.96 +In case the libraries FreeType links to are located in non-standard
    1.97 +directories, the output from option
    1.98 +.B \-\-libs
    1.99 +might be incomplete.
   1.100 +It is thus recommended to use the
   1.101 +.BR pkg-config (1)
   1.102 +interface instead, which is able to correctly resolve all dependencies.
   1.103 +.
   1.104 +.
   1.105 +.SH AUTHOR
   1.106 +.
   1.107 +This manual page was contributed by Nis Martensen <nis.martensen@web.de>,
   1.108 +with further refinements from the FreeType team.
   1.109 +.
   1.110 +.
   1.111 +.\" eof

mercurial