mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 14:26:43 +08:00
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:
@@ -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
|
.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
|
.sp
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
fltk-config [ --prefix
|
fltk\-config [ \-\-prefix
|
||||||
.I [=DIR]
|
.I [=DIR]
|
||||||
] [ --exec-prefix
|
] [ \-\-exec\-prefix
|
||||||
.I [=DIR]
|
.I [=DIR]
|
||||||
] [ --version ] [ --api-version ] [ --use-gl ] [ --use-images ] [ --use-glut ]
|
] [ \-\-version ] [ \-\-api\-version ] [ \-\-use\-gl ] [ \-\-use\-images ]
|
||||||
[ --cc ] [ --cxx ]
|
[ \-\-use\-glut ]
|
||||||
[ --cflags ] [ --cxxflags ] [ --ldflags ] [ --ldstaticflags ] [ --libs ]
|
[ \-\-cc ] [ \-\-cxx ]
|
||||||
[ -D\fIname[=value]\fR ] [ -g ] [ --compile
|
[ \-\-cflags ] [ \-\-cxxflags ] [ \-\-ldflags ] [ \-\-ldstaticflags ]
|
||||||
|
[ \-\-libs ]
|
||||||
|
[ \-D\fIname[=value]\fR ] [ \-g ] [ \-\-compile
|
||||||
.I program.cxx
|
.I program.cxx
|
||||||
]
|
]
|
||||||
.SH DESCRIPTION
|
.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
|
about the current version of FLTK that is installed on the system, what
|
||||||
compiler and linker options to use when building FLTK-based applications,
|
compiler and linker options to use when building FLTK-based applications,
|
||||||
and to build simple FLTK applications.
|
and to build simple FLTK applications.
|
||||||
.LP
|
.LP
|
||||||
The following options are supported:
|
The following options are supported:
|
||||||
.TP 5
|
.TP 5
|
||||||
--api-version
|
\-\-api\-version
|
||||||
.br
|
.br
|
||||||
Displays the current FLTK API version number, e.g. "1.1".
|
Displays the current FLTK API version number, e.g. "1.1".
|
||||||
.TP 5
|
.TP 5
|
||||||
--cc
|
\-\-cc
|
||||||
.TP 5
|
.TP 5
|
||||||
--cxx
|
\-\-cxx
|
||||||
.br
|
.br
|
||||||
Displays the C/C++ compiler that was used to compile FLTK.
|
Displays the C/C++ compiler that was used to compile FLTK.
|
||||||
.TP 5
|
.TP 5
|
||||||
--cflags
|
\-\-cflags
|
||||||
.TP 5
|
.TP 5
|
||||||
--cxxflags
|
\-\-cxxflags
|
||||||
.br
|
.br
|
||||||
Displays the C/C++ compiler options to use when compiling source
|
Displays the C/C++ compiler options to use when compiling source
|
||||||
files that use FLTK.
|
files that use FLTK.
|
||||||
.TP 5
|
.TP 5
|
||||||
--compile \fIprogram.cxx\fR
|
\-\-compile \fIprogram.cxx\fR
|
||||||
.br
|
.br
|
||||||
Compiles the source file \fIprogram.cxx\fR into \fIprogram\fR.
|
Compiles the source file \fIprogram.cxx\fR into \fIprogram\fR.
|
||||||
This option implies "--post \fIprogram\fR".
|
This option implies "\-\-post \fIprogram\fR".
|
||||||
.TP 5
|
.TP 5
|
||||||
-g
|
\-g
|
||||||
.br
|
.br
|
||||||
Enables debugging information when compiling with the \fI--compile\fR
|
Enables debugging information when compiling with the \fI\-\-compile\fR
|
||||||
option.
|
option.
|
||||||
.TP 5
|
.TP 5
|
||||||
--ldflags
|
\-\-ldflags
|
||||||
.br
|
.br
|
||||||
Displays the linker options to use when linking a FLTK
|
Displays the linker options to use when linking a FLTK
|
||||||
application.
|
application.
|
||||||
.TP 5
|
.TP 5
|
||||||
--ldstaticflags
|
\-\-ldstaticflags
|
||||||
.br
|
.br
|
||||||
Displays the linker options to use when linking a FLTK
|
Displays the linker options to use when linking a FLTK
|
||||||
application to the static FLTK libraries.
|
application to the static FLTK libraries.
|
||||||
.TP 5
|
.TP 5
|
||||||
--libs
|
\-\-libs
|
||||||
.br
|
.br
|
||||||
Displays the full path to the FLTK library files, to be used for
|
Displays the full path to the FLTK library files, to be used for
|
||||||
dependency checking.
|
dependency checking.
|
||||||
.TP 5
|
.TP 5
|
||||||
--use-gl
|
\-\-use\-gl
|
||||||
.br
|
.br
|
||||||
Enables OpenGL support.
|
Enables OpenGL support.
|
||||||
.TP 5
|
.TP 5
|
||||||
--use-glut
|
\-\-use\-glut
|
||||||
.br
|
.br
|
||||||
Enables GLUT support.
|
Enables GLUT support.
|
||||||
.TP 5
|
.TP 5
|
||||||
--use-images
|
\-\-use\-images
|
||||||
.br
|
.br
|
||||||
Enables image file support.
|
Enables image file support.
|
||||||
.TP 5
|
.TP 5
|
||||||
--version
|
\-\-version
|
||||||
.br
|
.br
|
||||||
Displays the current FLTK version number, e.g. "1.1.0".
|
Displays the current FLTK version number, e.g. "1.1.0".
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ do not constitute a modified or derivative work.
|
|||||||
.IP
|
.IP
|
||||||
The authors do request that such modifications be
|
The authors do request that such modifications be
|
||||||
contributed to the FLTK project - send all
|
contributed to the FLTK project - send all
|
||||||
contributions to "fltk-bugs@fltk.org".
|
contributions to "fltk\-bugs@fltk.org".
|
||||||
.IP
|
.IP
|
||||||
2. Widgets that are subclassed from FLTK widgets do not
|
2. Widgets that are subclassed from FLTK widgets do not
|
||||||
constitute a derivative work.
|
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
|
[program/widget] is based in part on the work of the FLTK
|
||||||
project (http://www.fltk.org).
|
project (http://www.fltk.org).
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
fltk-config(1), fluid(1)
|
fltk\-config(1), fluid(1)
|
||||||
.br
|
.br
|
||||||
FLTK Programming Manual
|
FLTK Programming Manual
|
||||||
.br
|
.br
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
fluid \- the fast light user-interface designer
|
fluid \- the fast light user-interface designer
|
||||||
.sp
|
.sp
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
fluid [ -c [ -o
|
fluid [ \-c [ \-o
|
||||||
.I code-filename
|
.I code-filename
|
||||||
-h
|
\-h
|
||||||
.I header-filename
|
.I header-filename
|
||||||
] ] [
|
] ] [
|
||||||
.I filename.fl
|
.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
|
Functions, classes, windows, and GUI components can be
|
||||||
manipulated as needed.
|
manipulated as needed.
|
||||||
.LP
|
.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.
|
necessary C++ header and code files in the current directory.
|
||||||
You can override the default extensions, filenames, and
|
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
|
.SH SEE ALSO
|
||||||
fltk-config(1), fltk(3)
|
fltk\-config(1), fltk(3)
|
||||||
.br
|
.br
|
||||||
FLTK Programming Manual, Chapter 9
|
FLTK Programming Manual, Chapter 9
|
||||||
.br
|
.br
|
||||||
|
|||||||
Reference in New Issue
Block a user