The ESP Widget Set for FLTK provides check button, file chooser, help viewer, and wizard widgets for FLTK. These widgets are provided under the terms of the GNU General Public License.
The widget set comes with a configure script for UNIX systems and Visual C++ workspace and project files for Windows systems.
First you must configure the makefile for use on your system; in most cases you just need to do:
% ./configure ENTER
If the configure script is unable to determine what C and C++ compilers
to use, set the CC
and CXX
environment variables
to the corresponding program.
The CFLAGS
, CXXFLAGS
, and LDFLAGS
environment variables can also be set to tell the compilers and linker
where to find include files and libraries.
Once you have successfully configured the makefile, just type:
% make ENTER
to build the widget set and all the examples.
The Visual C++ project file was created using Visual C++ 6.0. We do not recommend using older versions of Visual C++.
To build the widget set and all the examples, open the "espws" workspace and do a batch build.