5

I am trying to build a GTK application (c++) using NetBeans. After including the gtkmm.h file I had to use the pkg-config tool to determine what it's dependencies where. I then added them to the included folders. Netbean complains that it cannot find 'giomm-2.4'. This package does not exist in /usr/lib and I cannot seem to find this package in Synaptic.

Can someone tell me where to find it?

Thanks.

Nick
  • 19,198
  • 51
  • 185
  • 312

1 Answers1

11

Try this package: libglibmm-2.4-dev.

Reinderien
  • 11,755
  • 5
  • 49
  • 77