Hi, I'm trying to install FLTK library on my computer. I use Visual C++ 2008 and Cmake 2.6. I donwloaded the fltk-1.1.10 source code and tried to run it with cmake and cmakelists.txt. When i click on 'configure' button, that lines appear:
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR) anyway, i'm able to generate the project, but then, Visual C++ fails because it can't find zlib.lib ecc. Do you know a solution for my problem? Thanks, Marco _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

