%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. &lfs76_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; Additional Downloads Required patch: Required patch: FLTK Dependencies Required Recommended , , and Optional , , and 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: patch -Np1 -i ../fltk-&fltk-version;-tigervnc-1.patch && patch -Np1 -i ../fltk-&fltk-version;-dynamic_libs-1.patch && sed -i -e '/FL_PATCH_VERSION=/ s/1/2/' configure && sed -i -e '/cat./d' documentation/Makefile && ./configure --prefix=/usr \ --enable-threads \ --enable-xft \ --enable-shared \ --disable-static && 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 install-linux && make -C documentation install-linux Command Explanations sed ... configure: configure: Fix output of fltk-config --version. 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.so, libfltk_forms.so, libfltk_gl.so, and libfltk_images.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