> Chuckk Hubbard wrote:
> >> Chuckk Hubbard wrote:
> >>>> Greg Ercolano wrote:
> >>>>  The good news is it built the library correctly, so you
> >>>>  should be able to compile your own programs with FLTK..
>
> >>> Wow, great!  Any idea where it would be on a Linux system? ..
>
> >>    if your FLTK install is in /usr/local/src/fltk
> >>    then you would find the libs in /usr/local/src/fltk/lib/
>
> > lib contains:
> > libfltk.a
> > libfltk_forms.a
> > libfltk_gl.a
> > libfltk_images.a
> > libfltk_png.a
> > README.lib
>
>       Yep, those are them.
>
>       You would compile your own apps against them using similar
>       compile lines to the ones used for the test programs.
>
>       libfltk.a for the standard FLTK stuff,
>       libfltk_gl.a should be added you're using openGL in your FLTK app,
>       libfltk_images.a should be added if you're doing anything with images.


Any idea why the installer might want libfltk.so.1.1, or where I can find it?
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to