diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:29:21 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:29:21 -0400 |
commit | feb5999db151313dfe0103ee414b41f5b85231f8 (patch) | |
tree | ad346480e48898a0b9c10cc904949b97d0366d39 | |
parent | 9dadbeed38e37de491760625cceb7c7ed0a4b377 (diff) | |
download | slackbuilds-feb5999db151313dfe0103ee414b41f5b85231f8.tar.gz |
libraries/fltk: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/fltk/README | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/libraries/fltk/README b/libraries/fltk/README index 67c4abfb87..c934a7b76a 100644 --- a/libraries/fltk/README +++ b/libraries/fltk/README @@ -1,9 +1,10 @@ -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) X. 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 currently maintained by a -small group of developers across the world with a central repository in the US. +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) X. 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 currently maintained by a small group of +developers across the world with a central repository in the US. -If you want to disable cairo support, you need to pass CAIRO=0 to the build -script. +If you want to disable cairo support, you need to pass CAIRO=0 to the +build script. |