You do not say which version of fltk you are using - it helps us to answer in a meaningful way if you do...
> all the compilling process seems to work well, but at the > step "making documentation", it prints a lot of error saying > me that the man command wasn't found Normal - the Msys and Msys DTK stuff do not provide an implementation of "man". But that does not matter - the really useful parts of the fltk docs are encoded as html anyway for the most part... > i just would like to now if this documentation is important > to using fltk library, or not. Probably not, in general. > and if it's not important, how can i use now fltk library ?? > how can i know if i succeed in the installation process ? Run the demo.exe from the test folder, and from there try out the basic test executables. If they all seem to work, you are good to go. If you are using fltk-1.1.10 (and if you are just getting started you should be, as it is the current stable version) then you can open the index.html file from the fltk documentation folder in your usual browser, and start reading the docs... Then try playing with the example source in the test folder, see how you get on. This howto might help you build your code using fltk-config, which saves you from struggling too much with compiler options! http://www.fltk.org/articles.php?L599 SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

