Alberto Delgado wrote:
> Hello,
> 
> I would like to know if there is a command line
> for compiling fltk under Linux without compiling
> all the examples etc. : I would just like to
> compile the static library (.a)

        Yes; assuming you're in the top level fltk directory,
        you can just do:

                ( cd src ; make )

        I've had a need for this myself when adding fltk to my
        project directory, and wanting to include the build for
        just the fltk libs as part of my master build.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to