Upgrade gnome in linux-general Linux technology-Linux technology and application information. For more information, see. ./Configure -- prefix =/usr indicates that the final compilation and installation files must be placed in the relevant subdirectories of the/usr directory, such as/usr/lib and/usr/bin.
If you use the default value, for example,./configure, it is usually installed in the/usr/local directory by default. In this case, you need to set PKG_CONFIG_PATH.
In short, you can install the latest gtk + using the following methods:
1) install glib-2.6.1:
Cd glib-2.6.1
./Configure -- prefix =/usr
Make
Make install
2) install pango-1.8.0
Cd pango-1.8.0
./Configure -- prefix =/usr
Make
Make install
3) install atk-1.9.0
Cd atk-1.9.0
./Configure -- prefix =/usr
Make
Make install
4) install gtk +-2.6.1
Cd gtk +-2.6.1
./Configure -- prefix =/usr
Make
Make install
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service