2

In order to compile a software (https://github.com/bnordli/rftg/wiki/Compiling-on-Linux) I first need to install the gtk+2.0 package. But I cannot find it with aptitude search.

Any idea?

0

1 Answer 1

5

To install gtk+2.0 package you should run:

apt-get install gtk2.0

The development files for the GTK+ library can be installed through :

apt-get install libgtk2.0-dev
1
  • The configure step mentioned explicitly a gtk+2.0 package. I should have thought better and search for a gtk2 dev-lib. Sorry, I was tired. Thanks for this obvious answer! Commented Feb 12, 2017 at 11:08

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.