
FLTK- C-1.3.3 for FreeBASIC.
Download for FreeBASIC: fltk-c-1.3.3.zip Tue Aug 13, 2019
The C++ source code of the FLTK-C wrapper and Code::Blocks project: fltk-c-1.3.3-src.zip Tue Aug 13, 2019
FLTK homepage
documentation:
online: FLTK 1.3.x
download PDF: FLTK 1.3.0 Programming Manual
FreeBASIC tutorial:
-> english
-> german
-> french
How to start with FLTK C
Windows:
Download and extract fltk-c.1.3.3.zip with all folders on any drive:
optional run buildall.bat
Linux:
Download and extract fltk-c.1.3.3.zip with all folders in your home folder:
copy the extracted library to /usr/lib
ubuntu: sudo cp libfltk-c*.so /usr/lib
slackware: su -c "cp libfltk-c*.so /usr/lib"
or any other distro as root: cp libfltk-c*.so /usr/lib
optional run buildall.sh
chmod -x ./buildall.sh
sh ./buildall.sh
Joshy