diff options
author | Mikhail Zotov <mikhail dot ru at gmail dot com> | 2010-05-13 00:58:29 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:29 +0200 |
commit | 245ebd55dd03f5d0c97fba78706fefd2dcd42131 (patch) | |
tree | c5e63cac44ffdc89afd874ff3af3bdad351f3624 /libraries/fltk2/README | |
parent | 93beaaf2381c0939e5ca893b2797bcbbe3407aca (diff) | |
download | slackbuilds-245ebd55dd03f5d0c97fba78706fefd2dcd42131.tar.gz |
libraries/fltk2: Added to 13.0 repository
Diffstat (limited to 'libraries/fltk2/README')
-rw-r--r-- | libraries/fltk2/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/fltk2/README b/libraries/fltk2/README new file mode 100644 index 0000000000..3aeca38a2c --- /dev/null +++ b/libraries/fltk2/README @@ -0,0 +1,10 @@ +The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd C++ +graphical user interface toolkit for X (UNIX(r)), OpenGL(r), and Microsoft(r) +Windows(r). 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 build script is for the development branch (version 2.0.x), thus it is +named "fltk2" to distinguish from the stable one ("fltk") available at +SlackBuilds.org. Notice that fltk2 does not overwrite any files of fltk; +thus, it is possible to have both of them in the system if desired. |