fltk library on 11.10

Asked by Phil Norisez

Can anyone tell me how to obtain a Canonical-blessed binary of either the linkable or shareable fltk library on 11.10. Entering fltk in the search window of Ubuntu Software Center obtains only a list of applications, not the library, itself. When I go to the fltk site, all it has is source and documentation tarballs, no binaries. I could build it myself, but would prefer a binary distro. Reason: I want to do some development in C++ for fltk to learn about it.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu fltk1.3 Edit question
Assignee:
No assignee Edit question
Solved by:
Phil Norisez
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

sudo apt-get install libfltk1.3

Revision history for this message
Phil Norisez (norisezp) said :
#2

That installed something. I'll need to conduct some tests to be sure what. Thanks, Andrew.

Revision history for this message
Phil Norisez (norisezp) said :
#3

Thank you. That seems to have gotten it. I built and ran the "Hello, World!" example from the doc.