On 24.04.2008, at 18:55, Dario wrote:
> I've downloaded and installed FLTK library.Now I want to use it in  
> my CMake-based project, but I don't achieve it.I've tried several  
> ways writing my CMakeLists.txt but without success.Someone can help  
> me?Sorry for my English.


Once you have built fltk and installed it on your machine (autoconf; ./ 
configure; make; sudo make install), you can use fltk just like any  
other library on your system. The library and include path depend on  
the OS you are using and the version of FLTK. Opne a shel and run  
"fltk-config". You can use this script with the approprite options to  
find the library names and the installation location for your platform.

Matthias

----
http://robowerk.com/


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

Reply via email to