So which GTK+ version do you need?? GTK+ 2 or GTK+ 3?
to install GTK+ 2, you run this command:
sudo apt-get install gtk+-2.0to install GTK+ 3, you run this command:
sudo apt-get install gtk+-3.0If you want to develop GTK based app, you need to run this instead:
sudo apt-get install libgtk2.0-devsudo apt-get install libgtk-3-devYou might also want to install build essential:
sudo apt-get install build-essential~ good luck ~

Không có nhận xét nào
Đăng nhận xét