diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-02-11 16:18:14 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-02-11 16:18:14 +0100 |
| commit | 099b16d69d33b51f895e4a0c0fe4dde54c9450a2 (patch) | |
| tree | ad07d0f58d8d0b2b842bb0307f99660d6b563fc9 | |
| parent | 63802673f30a0fc119c9efe062c121f2e37e2781 (diff) | |
Document new and modified configure options.
| -rw-r--r-- | documentation/src/intro.dox | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox index 7213fbba5..338e8ae99 100644 --- a/documentation/src/intro.dox +++ b/documentation/src/intro.dox @@ -196,6 +196,9 @@ Enable debugging code & symbols \par --disable-gl Disable OpenGL support +\par --disable-print +Disable print support for an X11 platform + \par --enable-shared Enable generation of shared libraries @@ -208,8 +211,12 @@ Enable the X double-buffer extension \par --enable-xft Enable the Xft library for anti-aliased fonts under X11 +\par --enable-pango +Enable the pango library for drawing any text in any script under X11. + \par --enable-x11 -When targeting cygwin, build with X11 GUI instead of windows GDI +When targeting cygwin, build with X11 GUI instead of windows GDI. +Also applicable to macOS platforms supplemented with XQuartz. \par --enable-cp936 Under X11, enable use of the GB2312 locale |
