summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-07-05 10:13:31 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-07-05 10:13:31 +0200
commitd096ec48d027967a192afb6b730ead6bb98076e1 (patch)
treec7a50774b98ab077eebd09a71ddfa912688aeb74 /README.txt
parent0fdef887d0ad8ad0aa597f8a67079cb670ca18c1 (diff)
Documentation: add missing mentions of the Wayland platform.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index f64c4d611..b3c736bef 100644
--- a/README.txt
+++ b/README.txt
@@ -4,8 +4,8 @@ README - Fast Light Tool Kit (FLTK) Version 1.4.0
WHAT IS FLTK?
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
- a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
- Microsoft(r) Windows(r), and macOS(r). FLTK provides
+ a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11 or
+ Wayland), Microsoft(r) Windows(r), and macOS(r). FLTK provides
modern GUI functionality without the bloat and supports 3D
graphics via OpenGL(r) and its built-in GLUT emulation. It
was originally developed by Mr. Bill Spitzak and is
@@ -70,6 +70,8 @@ BUILDING AND INSTALLING FLTK UNDER UNIX AND macOS
--enable-threads - Enable multithreading support
--enable-xdbe - Enable the X double-buffer extension
--enable-xft - Enable the Xft library (anti-aliased fonts)
+ --enable-pango - Draw text with the pango library
+ --enable-wayland - Use the Wayland system for handling windows
--bindir=/path - Set the location for executables
[default = /usr/local/bin]