I want to create a .exe file of my application. I read many posts in here and I found out the JSmooth is good choice. I am using Windows. I started with reading JSmooth "read me" file. In step 3.4 it says :
3.4 FLTK library
FLTK, available at http://www.fltk.org The easiest way is probably to
grab a recent source package of fltk, then to run under an MSYS/MINGW
environment the three commands: "./configure", "make", and "make
install".
I downloaded MinGW but I don't know how to run FLTK under MinGw! Does anyone know?