modules/freetype2/docs/freetype-config.1

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 .TH FREETYPE-CONFIG 1 "March 2014" "FreeType 2.5.3"
michael@0 2 .
michael@0 3 .
michael@0 4 .SH NAME
michael@0 5 .
michael@0 6 freetype-config \- Get information about a libfreetype installation
michael@0 7 .
michael@0 8 .
michael@0 9 .SH SYNOPSIS
michael@0 10 .
michael@0 11 .B freetype-config
michael@0 12 .RI [ options ]
michael@0 13 .
michael@0 14 .
michael@0 15 .SH DESCRIPTION
michael@0 16 .
michael@0 17 .B freetype-config
michael@0 18 returns information needed for compiling and linking programs with the
michael@0 19 FreeType library, such as linker flags and compilation parameters.
michael@0 20 .
michael@0 21 Alternatively, it can be used to query information about the
michael@0 22 FreeType library version installed on the system, such as the
michael@0 23 installation (directory path) prefix or the FreeType version number.
michael@0 24 .
michael@0 25 .PP
michael@0 26 This program is part of the FreeType package.
michael@0 27 .
michael@0 28 .
michael@0 29 .SH OPTIONS
michael@0 30 .
michael@0 31 There are two types of options: output/display selection options, and
michael@0 32 path override options.
michael@0 33 .
michael@0 34 .
michael@0 35 .SS Output selection options
michael@0 36 .
michael@0 37 Only one of the output selection options should be given at each program
michael@0 38 invocation.
michael@0 39 .
michael@0 40 .TP
michael@0 41 .B \-\-prefix
michael@0 42 Return the prefix value of the installed FreeType library (the default
michael@0 43 prefix will be `/usr' in most cases for distribution-installed
michael@0 44 packages).
michael@0 45 .
michael@0 46 .TP
michael@0 47 .B \-\-exec-prefix
michael@0 48 Return the executable prefix value of the installed FreeType library
michael@0 49 (will often be the same as the prefix value).
michael@0 50 .
michael@0 51 .TP
michael@0 52 .B \-\-ftversion
michael@0 53 Return the FreeType version number.
michael@0 54 .
michael@0 55 .TP
michael@0 56 .B \-\-version
michael@0 57 Return the `libtool version' of the FreeType library.
michael@0 58 .
michael@0 59 .TP
michael@0 60 .B \-\-libtool
michael@0 61 Return the library name for linking with libtool.
michael@0 62 .
michael@0 63 .TP
michael@0 64 .B \-\-libs
michael@0 65 Return compiler flags for linking with the installed FreeType library.
michael@0 66 .
michael@0 67 .TP
michael@0 68 .B \-\-cflags
michael@0 69 Return compiler flags for compiling against the installed FreeType library.
michael@0 70 .
michael@0 71 .TP
michael@0 72 .B \-\-static
michael@0 73 Make command line options display flags for static linking.
michael@0 74 .
michael@0 75 .
michael@0 76 .SS Path override options
michael@0 77 .
michael@0 78 These affect any selected output option, except the libtool version
michael@0 79 returned by `--version'.
michael@0 80 .
michael@0 81 .TP
michael@0 82 .BI \-\-prefix= PREFIX
michael@0 83 Override `--prefix' value with
michael@0 84 .IR PREFIX .
michael@0 85 .
michael@0 86 .TP
michael@0 87 .BI \-\-exec-prefix= EPREFIX
michael@0 88 Override `--exec-prefix' value with
michael@0 89 .IR EPREFIX .
michael@0 90 .
michael@0 91 .
michael@0 92 .SH BUGS
michael@0 93 In case the libraries FreeType links to are located in non-standard
michael@0 94 directories, the output from option
michael@0 95 .B \-\-libs
michael@0 96 might be incomplete.
michael@0 97 It is thus recommended to use the
michael@0 98 .BR pkg-config (1)
michael@0 99 interface instead, which is able to correctly resolve all dependencies.
michael@0 100 .
michael@0 101 .
michael@0 102 .SH AUTHOR
michael@0 103 .
michael@0 104 This manual page was contributed by Nis Martensen <nis.martensen@web.de>,
michael@0 105 with further refinements from the FreeType team.
michael@0 106 .
michael@0 107 .
michael@0 108 .\" eof

mercurial