%general-entities; ]> $LastChangedBy: fernando $ $Date: 2014-05-18 18:40:17 -0500 (Sun, 18 May 2014) $ FLTK-&fltk-version; FLTK Introduction to FLTK FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit. FLTK provides modern GUI functionality and supports 3D graphics via OpenGL and its built-in GLUT emulation libraries used for creating graphical user interfaces for applications. &lfs77_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &fltk-md5sum; Download size: &fltk-size; Estimated disk space required: &fltk-buildsize; Estimated build time: &fltk-time; FLTK Dependencies Required Recommended , , and Optional , , , , , and (or ) User Notes: Installation of FLTK The tar extraction directory is fltk-&fltk-version; and not fltk-&fltk-version;-source as indicated by the tarball name. Install FLTK by running the following commands: sed -i -e '/cat./d' documentation/Makefile && ./configure --prefix=/usr \ --enable-shared && make If you wish to create the API documentation, issue: make -C documentation html The tests for the package are interactive. To execute the tests, run test/unittests. In addition, there are 70 other executable test programs in the test directory that can be run individually. Now, as the root user: make docdir=/usr/share/doc/fltk-&fltk-version; install If desired, install some example games built as a part of the tests, extra documentation and example programs. As the root user: make -C test docdir=/usr/share/doc/fltk-&fltk-version; install-linux && make -C documentation docdir=/usr/share/doc/fltk-&fltk-version; install-linux Command Explanations sed ... documentation/Makefile: Avoid installing pages in /usr/share/man/cat*. Contents Installed Programs Installed Libraries Installed Directories blocks, checkers, fltk-config, fluid, and sudoku libfltk.{a,so}, libfltk_forms.{a,so}, libfltk_gl.{a,so}, and libfltk_images.{a,so} /usr/include/FL and /usr/share/doc/fltk-&fltk-version; Short Descriptions fltk-config is a utility script that can be used to get information about the current version of FLTK that is installed on the system. fltk-config fluid is an interactive GUI designer for FLTK. fluid libfltk.so contains functions that provide an API to implement graphical user interfaces. libfltk.so