need help,about pango installing


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users need help,about pango installing
# 1  
Old 06-04-2006
Question need help,about pango installing

dear all;
Pango built with Cairo support is required to build GTK+.
how can i install Pango built with Cairo??
anybody know?
Thanks a lot!!!!!!!!!

Last edited by snowfly; 06-04-2006 at 10:38 PM..
# 2  
Old 06-05-2006
Which operating system are you on?

These common packages should be available as pre-built binaries. Otherwise, you can always compile+install them. Download pango and cairo sources from the following sites:

http://ftp.gnome.org/pub/GNOME/sources/pango/1.13/
http://cairographics.org/
# 3  
Old 06-06-2006
Many thanks to Mr. cbkihong
my operating systme is FC4
I have downloaded pango and cairo sources and installed them seperated.
But i donn't how to build panno with cairo support
when i install panno.how to write the order
#./configure ???????
More thanks
# 4  
Old 06-06-2006
On FC, you can install Pango easily by (with root)

yum install pango

No need to install sources unless you need the latest version.
# 5  
Old 06-06-2006
Many thanks
# 6  
Old 09-13-2007
Quote:
Originally Posted by snowfly
Many thanks to Mr. cbkihong
my operating systme is FC4
I have downloaded pango and cairo sources and installed them seperated.
But i donn't how to build panno with cairo support
when i install panno.how to write the order
#./configure ???????
More thanks
Just install Cairo, then configure/install Pango as usual:

./configure --prefix= {install directory--usually /usr}
make
make install

As long as Cairo is installed, Pango will automatically add Cairo support when it installs. I was able to install GTK+ with no problems from source.
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Linux

Pango installation problem

Hello I am trying to install gtk and after installing fontconfig,pkg-config,glib,pango,atk (in that order)i tried installing gtk but it said pango along with cario package is required. So now when i complied cario and then do a "make" for pango it gives the following error ... (2 Replies)
Discussion started by: shalabh
2 Replies
Login or Register to Ask a Question