1fltk-config(1) General Commands Manual fltk-config(1)
2
3
4
6 fltk-config - script to get information about the installed version of
7 fltk.
8
9
11 fltk-config [ --prefix [=DIR] ] [ --exec-prefix [=DIR] ] [ --version ]
12 [ --api-version ] [ --use-gl ] [ --use-images ] [ --use-glut ] [ --cc ]
13 [ --cxx ] [ --cflags ] [ --cxxflags ] [ --ldflags ] [ --ldstaticflags ]
14 [ --libs ] [ -Dname[=value] ] [ -g ] [ --compile program.cxx ]
15
17 fltk-config is a utility script that can be used to get information
18 about the current version of FLTK that is installed on the system, what
19 compiler and linker options to use when building FLTK-based applica‐
20 tions, and to build simple FLTK applications.
21
22 The following options are supported:
23
24 --api-version
25 Displays the current FLTK API version number, e.g. "1.1".
26
27 --cc
28
29 --cxx
30 Displays the C/C++ compiler that was used to compile FLTK.
31
32 --cflags
33
34 --cxxflags
35 Displays the C/C++ compiler options to use when compiling source
36 files that use FLTK.
37
38 --compile program.cxx
39 Compiles the source file program.cxx into program. This option
40 implies "--post program".
41
42 -g
43 Enables debugging information when compiling with the --compile
44 option.
45
46 --ldflags
47 Displays the linker options to use when linking a FLTK applica‐
48 tion.
49
50 --ldstaticflags
51 Displays the linker options to use when linking a FLTK application
52 to the static FLTK libraries.
53
54 --libs
55 Displays the full path to the FLTK library files, to be used for
56 dependency checking.
57
58 --use-gl
59 Enables OpenGL support.
60
61 --use-glut
62 Enables GLUT support.
63
64 --use-images
65 Enables image file support.
66
67 --version
68 Displays the current FLTK version number, e.g. "1.1.0".
69
71 fluid(1), fltk(3)
72 FLTK Programming Manual
73 FLTK Web Site, http://www.fltk.org/
74
76 Bill Spitzak and others.
77
78
79
806 February 2007 Fast Light Tool Kit fltk-config(1)