Contents Up << >>
Compiling and using FL
FL can be found under the 'contrib' hierarchy, in the following directories:
contrib/src/fl
contrib/include/wx/fl
contrib/samples/fl
contrib/docs/latex/fl
docs/html/fl
docs/htmlhelp/fl.chm
docs/pdf/fl.pdf
docs/winhelp/fl.hlp
To compile FL:
- Under Windows using VC++, open the flVC.dsw project
and compile.
- Under Unix, FL should be configured when you configured
wxWindows. Make FL by changing directory to contrib/src/fl and
type 'make'. Note: there is currently a
problem with the wxWindows build system that means that
only the static version of library can be built at present.
To use FL:
- Under Windows using VC++, link with fl[d].lib.
- Under Unix, link with libfl[d].a.