Brian wrote:
>> Albrecht wrote...
...
>> and in Cygwin:
>>
>>     cd /cygdrive/c/FLTK
>>
>> Then just type "make", and everything should work.
>>
>> For more Info, please see Ian's article (link above).
>>
> Unfortunately, Albrecht missed out one command.

Well, actually no, I didn't miss it (see below) ;-)

> First cd to the FLTK directory (as above.
>
> then execute the command
> /configure

The leading dot may have been suppressed by the mail system, but even if
you write "./configure" that does only work with a snapshot (as the OP has,
admittedly), but not with a svn checkout, because the configure script is
not available in svn.

Anyway, a simple "make" works, because it runs either autoconf and the
configure or only configure, as needed. It's a FLTK Makefile feature.

Hence I intentionally chose the shortest instruction that works always
for a beginner. :-)

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

Reply via email to