Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

freetype-config(1) [debian man page]

FREETYPE-CONFIG(1)					      General Commands Manual						FREETYPE-CONFIG(1)

NAME
freetype-config -- show information about installed freetype2 libraries SYNOPSIS
freetype-config [--prefix] [--prefix=PREFIX] [--exec-prefix] [--exec-prefix=EPREFIX] [--version] [--ftversion] [--libs] [--libtool] [--cflags] DESCRIPTION
This manual page documents briefly the freetype-config command, freetype-config is a program that shows information about the installed freetype2 libraries. OPTIONS
The following options are supported: --prefix --prefix=PREFIX Show the prefix freetype2 was built with. The prefix may be overridden by passing the argument PREFIX. --exec-prefix --exec-prefix=EPREFIX Show the executable prefix freetype2 was built with. The executable prefix may be overridden by passing the argument EPREFIX. --version Show the libtool version of the installed freetype2. --ftversion Show the FreeType version of the installed freetype2. --libs Show the compiler flags for linking to the installed freetype2. --libtool Show the library name for linking with libtool. --cflags Show the compiler flags for compiling against the installed freetype2. AUTHOR
This manual page was written by #USERNAME# will@debian.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version pub- lished by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. FREETYPE-CONFIG(1)

Check Out this Related Man Page

IJS-CONFIG(1)						      General Commands Manual						     IJS-CONFIG(1)

NAME
ijs-config - script to get information about the installed version of ijs SYNOPSIS
ijs-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags] DESCRIPTION
ijs-config is a program that is used to determine the compiler and linker flags that should be used to compile and link programs that use IJS. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. --help Show summary of options. This may list additional advanced package configuration options not detailed in this manual page. --version Show installed libijs version. --libs Print the linker flags that are necessary to link an IJS program. --cflags Print the compiler flags that are necessary to compile an IJS program. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that IJS was built with when computing the output for the --cflags and --libs options. This option is also used for the exec prefix if --exec-prefix was not specified. This option must be specified before any --libs or --cflags options. --exec-prefix=PREFIX If specified, use PREFIX instead of the installation exec prefix that IJS was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. SEE ALSO
gtk-config(1) AUTHOR
This manual page was written by Roger Leigh <rleigh@debian.org>, originally for the Debian GNU/Linux system. 5 Feb, 2004 IJS-CONFIG(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to cut prefix from a string

I have a file: chromosome1:436728 chromosome2:32892 ..... chromosome22:23781 I just want to get the number, not the prefix "chromosomeX", so I want to remove all the prefix ahead of the numbers. How can I do that?? Thanks!!! (PS: give me some very simple command so that I can understand... (4 Replies)
Discussion started by: kaixinsjtu
4 Replies

2. UNIX for Dummies Questions & Answers

--prefix question

OK, now I just feel plain silly asking this. But I am very much a beginner at compiling and installing Unix software, so... When setting the prefix, do you also have to specify the directory the files reside in? For example, lets say I am installing cURL in /usr/local Would I set the prefix... (1 Reply)
Discussion started by: RobertSubnet
1 Replies

3. Programming

MinGW - Trouble Compiling Guile

This question is not about programming but compiling with GNU GCC/Make. I am not on a UNIX machine but am using the UNIX-like environment MSYS with MinGW for compiling. The problem that I am having is that I cannot get guile to compile. For some reason it cannot find libltdl which is part of... (3 Replies)
Discussion started by: Deluge
3 Replies

4. Programming

Execution problem with Libtool Versioning control

Hi, Is anybody familiar with libtool could explain me the following issue.? I've created a small factorial program(fact_impl.c, fact_appln.c & fact.h) in order to know about this libtool. >>> fact.h #include<stdio.h> #include<math.h> extern unsigned int fact_num(unsigned int num);... (0 Replies)
Discussion started by: Parameswaran
0 Replies

5. UNIX for Beginners Questions & Answers

How to make a dynamically linked executable file?

So I have a file called queens.cc and I need to do the following: Compile and make a .o file while specifying that the compiler is to search /student/214/include for system include files. Use g++, link and load .o file to make a dynamically linked executable file called queens and to also... (1 Reply)
Discussion started by: steezuschrist96
1 Replies