fltk@1.3

Cross-platform C++ GUI toolkit for building graphical applications

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform C++ GUI toolkit

Commands

fltk-configfluid

Examples

Get FLTK compiler flags and libraries for building applications$ fltk-config --cxxflags --ldflags
Compile an FLTK C++ program with proper flags$ g++ -o myapp myapp.cpp $(fltk-config --cxxflags --ldflags)
Launch FLUID (FLTK UI designer) to create GUI layouts visually$ fluid