Exploring Fast Native GUI with FLTK and C++

I’m going to explore the FLTK GUI library, and in this Medium series, I’ll try to break it down into a lots of posts. I’m not sure how regular I can be with this series, however, I’ll give it my best.

Let’s begin.

First, I downloaded the latest FLTK source from http://www.fltk.org/software.php

Then, I opened the guide at http://fltk.org/doc-1.3/intro.html

Then followed the below steps to install, after extracting:

$ ./configure
$ make
$ sudo make install
Suhas
·
1 min
·
2 cards
A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store