mirror of https://github.com/fltk/fltk
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
This commit is contained in:
parent
6b53adbf41
commit
b634764133
|
@ -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
|
||||
|
|
|
@ -19,7 +19,7 @@ do not constitute a modified or derivative work.
|
|||
.IP
|
||||
The authors do request that such modifications be
|
||||
contributed to the FLTK project - send all
|
||||
contributions to "fltk-bugs@fltk.org".
|
||||
contributions to "fltk\-bugs@fltk.org".
|
||||
.IP
|
||||
2. Widgets that are subclassed from FLTK widgets do not
|
||||
constitute a derivative work.
|
||||
|
@ -46,7 +46,7 @@ documentation to satisfy this requirement:
|
|||
[program/widget] is based in part on the work of the FLTK
|
||||
project (http://www.fltk.org).
|
||||
.SH SEE ALSO
|
||||
fltk-config(1), fluid(1)
|
||||
fltk\-config(1), fluid(1)
|
||||
.br
|
||||
FLTK Programming Manual
|
||||
.br
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
fluid \- the fast light user-interface designer
|
||||
.sp
|
||||
.SH SYNOPSIS
|
||||
fluid [ -c [ -o
|
||||
fluid [ \-c [ \-o
|
||||
.I code-filename
|
||||
-h
|
||||
\-h
|
||||
.I header-filename
|
||||
] ] [
|
||||
.I filename.fl
|
||||
|
@ -18,12 +18,12 @@ the GUI hierarchy and any windows defined in the file.
|
|||
Functions, classes, windows, and GUI components can be
|
||||
manipulated as needed.
|
||||
.LP
|
||||
When used with the \fI-c\fR option, \fIfluid\fR will create the
|
||||
When used with the \fI\-c\fR option, \fIfluid\fR will create the
|
||||
necessary C++ header and code files in the current directory.
|
||||
You can override the default extensions, filenames, and
|
||||
directories using the \fI-o\fR and \fI-h\fR options.
|
||||
directories using the \fI\-o\fR and \fI\-h\fR options.
|
||||
.SH SEE ALSO
|
||||
fltk-config(1), fltk(3)
|
||||
fltk\-config(1), fltk(3)
|
||||
.br
|
||||
FLTK Programming Manual, Chapter 9
|
||||
.br
|
||||
|
|
Loading…
Reference in New Issue