summaryrefslogtreecommitdiff
path: root/documentation/fltk-config.man
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-03-16 12:12:55 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-03-16 12:12:55 +0000
commitb63476413362346df0dd4cac2b88d8c8e5c69a2d (patch)
tree67a57dc5c5c17a4d4cdbfeadd9d01a59051e86f0 /documentation/fltk-config.man
parent6b53adbf416b793ecd51c447f0fea4f9bc277aeb (diff)
STR 1897: fixed man pages for unicode translation
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6070 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/fltk-config.man')
-rw-r--r--documentation/fltk-config.man52
1 files changed, 27 insertions, 25 deletions
diff --git a/documentation/fltk-config.man b/documentation/fltk-config.man
index b7788710b..2fc3b7f09 100644
--- a/documentation/fltk-config.man
+++ b/documentation/fltk-config.man
@@ -1,81 +1,83 @@
-.TH fltk-config 1 "Fast Light Tool Kit" "6 February 2007"
+.TH fltk\-config 1 "Fast Light Tool Kit" "6 February 2007"
.SH NAME
-fltk-config \- script to get information about the installed version of fltk.
+fltk\-config \- script to get information about the installed version of fltk.
.sp
.SH SYNOPSIS
-fltk-config [ --prefix
+fltk\-config [ \-\-prefix
.I [=DIR]
-] [ --exec-prefix
+] [ \-\-exec\-prefix
.I [=DIR]
-] [ --version ] [ --api-version ] [ --use-gl ] [ --use-images ] [ --use-glut ]
-[ --cc ] [ --cxx ]
-[ --cflags ] [ --cxxflags ] [ --ldflags ] [ --ldstaticflags ] [ --libs ]
-[ -D\fIname[=value]\fR ] [ -g ] [ --compile
+] [ \-\-version ] [ \-\-api\-version ] [ \-\-use\-gl ] [ \-\-use\-images ]
+[ \-\-use\-glut ]
+[ \-\-cc ] [ \-\-cxx ]
+[ \-\-cflags ] [ \-\-cxxflags ] [ \-\-ldflags ] [ \-\-ldstaticflags ]
+[ \-\-libs ]
+[ \-D\fIname[=value]\fR ] [ \-g ] [ \-\-compile
.I program.cxx
]
.SH DESCRIPTION
-\fIfltk-config\fR is a utility script that can be used to get information
+\fIfltk\-config\fR is a utility script that can be used to get information
about the current version of FLTK that is installed on the system, what
compiler and linker options to use when building FLTK-based applications,
and to build simple FLTK applications.
.LP
The following options are supported:
.TP 5
---api-version
+\-\-api\-version
.br
Displays the current FLTK API version number, e.g. "1.1".
.TP 5
---cc
+\-\-cc
.TP 5
---cxx
+\-\-cxx
.br
Displays the C/C++ compiler that was used to compile FLTK.
.TP 5
---cflags
+\-\-cflags
.TP 5
---cxxflags
+\-\-cxxflags
.br
Displays the C/C++ compiler options to use when compiling source
files that use FLTK.
.TP 5
---compile \fIprogram.cxx\fR
+\-\-compile \fIprogram.cxx\fR
.br
Compiles the source file \fIprogram.cxx\fR into \fIprogram\fR.
-This option implies "--post \fIprogram\fR".
+This option implies "\-\-post \fIprogram\fR".
.TP 5
--g
+\-g
.br
-Enables debugging information when compiling with the \fI--compile\fR
+Enables debugging information when compiling with the \fI\-\-compile\fR
option.
.TP 5
---ldflags
+\-\-ldflags
.br
Displays the linker options to use when linking a FLTK
application.
.TP 5
---ldstaticflags
+\-\-ldstaticflags
.br
Displays the linker options to use when linking a FLTK
application to the static FLTK libraries.
.TP 5
---libs
+\-\-libs
.br
Displays the full path to the FLTK library files, to be used for
dependency checking.
.TP 5
---use-gl
+\-\-use\-gl
.br
Enables OpenGL support.
.TP 5
---use-glut
+\-\-use\-glut
.br
Enables GLUT support.
.TP 5
---use-images
+\-\-use\-images
.br
Enables image file support.
.TP 5
---version
+\-\-version
.br
Displays the current FLTK version number, e.g. "1.1.0".
.SH SEE ALSO