Hello, > 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 ) >
Thank you very much for your answer, and Ian's answer as well. > 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. I am doing exactly the same. I would like to know, by the way : if I want to give sources for my project, can I distribute it with FLTK sources as well ? I do not think there is a license problem, but I ask before... I prefer to distribute everything in one .tar.gz file instead of requiring user to download and install FLTK himself. FLTK is really an amazing toolkit!!! Cheers, Alberto. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

