summaryrefslogtreecommitdiff
path: root/documentation/src/intro.dox
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-11-29 21:30:26 +0000
committerManolo Gouy <Manolo>2010-11-29 21:30:26 +0000
commit90a10d3bb26eccfa5ff520e5941bd4514d604ebe (patch)
tree4699551fc6f3e9b74c2b26771e7b6ef25c0d5d72 /documentation/src/intro.dox
parent011e95515bf04972912a3c007ea0b491337d227b (diff)
Added description of new --enable-cp936 configure option
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7915 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/intro.dox')
-rw-r--r--documentation/src/intro.dox5
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox
index a05bbd60d..59e6ecebf 100644
--- a/documentation/src/intro.dox
+++ b/documentation/src/intro.dox
@@ -94,7 +94,7 @@ Here are some of the core features unique to FLTK:
\li The FLUID program (which includes every widget) is 538k.
-\li Written directly atop core libraries (Xlib, WIN32 or Carbon) for
+\li Written directly atop core libraries (Xlib, WIN32 or Cocoa) for
maximum speed, and carefully optimized for code size and performance.
\li Precise low-level compatibility between the X11, WIN32 and MacOS
@@ -212,6 +212,9 @@ Enable the Xft library for anti-aliased fonts under X11
\par --enable-x11
When targeting cygwin, build with X11 GUI instead of windows GDI
+\par --enable-cp936
+Under X11, enable use of the GB2312 locale
+
\par --bindir=/path
Set the location for executables [default = $prefix/bin]