Version 2 (modified by 12 years ago) ( diff ) | ,
---|
fltk2
Introduction to FLTK2
FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL® and its built-in GLUT emulation.
FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes a UI builder called FLUID that can be used to create applications.
FLTK2 has a different API to FLTK1, and is in beta, so it is not suitable for inclusion in the main book, these instructions build beta snapshot r6916.
Package Information
- Download: http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/snapshots/fltk-2.0.x-r6916.tar.bz2
- MD5SUM: 40a8d6c936df47082932acd037a06037
- Download size: 2.5MB
- Estimated disk space required: ??MB
- Estimated build time: ?? SBU
FLTK2 Dependencies
Required
to be supplied
Optional
to be supplied
Installation of fltk2
Build fltk2 with:
./configure --prefix=/usr && make
Install fltk2 with:
make install && /sbin/ldconfig
Command Explanations
Configuration
To be supplied
Contents
Installed Programs:
Installed Library:
Installed Directories:
Short Descriptions
to be supplied
Last updated on Timestamp