>
> On 07.08.2011, at 23:34, Richard Sanders wrote:
>
> > On Sun, 07 Aug 2011 14:22:49 -0700, Gintautas <[email protected]>
> > wrote:
> >=20
> >> I made a some little hints how to build FTLK libraries for using with
> >> Code::Blocks. Since I took a while to figure out I hope this one will =
> come
> >> handy for some of you:
> >>=20
> >> =
> http://gintasdx.althirius-studios.com/2011/08/tutorial-codeblocks-with-flt=
> k.html
> >=20
> > I have to ask, why? Msys does the job so easily.
> >=20
> > ./configure
> > make install
> >=20
> > End of story.
>
> Reading this right (forgive me, it's late), you configure with CMake, =
> but then you call "make" (instead of cmake)to build the library? I would =
> recommend that you either use CMake all the way, or =
> autoconf/configure/make, but not both.=20
>
> In FLTK 1.3, all these methods are described in README.CMake.txt, =
> README.MSWindows.txtx, and README.Unix.txt
>
>  - Matthias=
>
I am using msys. Msys uses these commands:

./configure
make install

to do the job. Cmake does not enter into it. And in a Linux shell I use

./configure  --enable-xft
make install

All as per the readme files.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to