On 11 Dec 2012, at 20:11, giorgio wrote:

> I tell you what, we do - step by step through the installation:
> 1- discharge MinGW using mingw-get-inst-20120426.exe
> 2- MSYS : where I can download a fully functional ?
>          I found this: openlogic-msys-1.0.11-windows-bin-1.zip, or other
>          version ? Where do I find ?
> 3- Now what do I do ?

OK - a how-to on installing mingw/Msys is way off-topic for this forum, but 
here goes anyway...

http://www.mingw.org/wiki/Getting_Started

- get mingw-get-inst and run it.

- select the C and C++ options, the Msys options and the Dev Kit options

- Install mimgw

- launch a mingw shell, either the "DOS-box" one or mintty (even the deprecated 
rxvt ought to work.)

- download the fltk tarball

- in the mingw shell, cd to where the fltk tarball is

- tar -zxf fltk-whatever.tar.gz   (will expand the fltk build tree)

- cd fltk-whatever

- ./configure

- make

- wait a bit...

- Job Done.


Now try fltk-config --ldstaticflags and verify it is returning a sensible 
looking set of linker directories.

Also, go into the "test" folder and run the demo program and try out a few of 
the other demos to make sure it has built OK.

That is all there is to it. 



_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to