0

Downloaded the cool aurora theme for ubuntu linux and inorder to use it, i need to install the aurora engine. While running ./configure on aurora engine gave me the following error...
 
configure: error: GTK+-2.10 is required to compile aurora
 
How to install GTK+-2.10, so that i can compile and install the aurora engine?

1 answers, 0 votes, 684 views
Visitor's picture
asked by Visitor
13 weeks 4 days ago



1 Answers

Answer
0

Launch a terminal and execute the following command
 
sudo apt-get install libgtk2.0-dev
 
With ubuntu 9.10 keep ready you ubuntu installation CD. It will prompt you to insert the Ubuntu 9.10 Karmic Koala CD-ROM
 
This will install gtk2.0 on your machine.

Visitor's picture
answer by Visitor
13 weeks 3 days ago
  • Worked perfectly for me, thanks.

    - Visitor 13 weeks 3 days ago
  • Asked by

    Visitor's picture
    Visitor

    View in your own language!