News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Trying to setup FLTK

Started by rjm172, December 29, 2013, 11:08:09 PM

Previous topic - Next topic

rjm172

Okay I am new to code::blocks and programming with C++. But i am here to learn

I'm not sure if its me or just the files that FLTK provides. I try to create a new project with FLTK but it gets to the point where it will ask for the lib folder and include folder.
I downloaded FLTK from the original site and the latest files. When I unzip the folder i notice that there is not an "include" folder in the FLTK directory.
What am i suppose to do with out that folder? or is it stored somewhere else in the directory cause i cant seem to find it.

Using the latest code::block on a windos 7 computer.

MortenMacFly

Quote from: rjm172 on December 29, 2013, 11:08:09 PM
Using the latest code::block on a windos 7 computer.
You need a readily compiled FLTK library for your platform (and compiler). I guess you've just downloaded the sources. So - the best way is to look for a "DevPak" of FLTK and use just this.
See here:
http://devpaks.org/
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]