A.Rashad
A.Rashad

Reputation: 1064

what is cairo required by GTK 2.9 to compile (on Lucid Lynx)?

I have been trying to run configure to prepare the make file for GTK 2,9 on a fresh Linux box (running Ubuntu 10.04 Lucid Lynx).

it complained about some dependencies, including:

I managed to find the glib 2.22.0, downloaded the atk but did not compile yet, did not start the pango yet, but when tried to get the cairo package I didn't know where to get it from!

nothing on GNU site, not on GTK site!

anyone knows where to get it from?

Upvotes: 0

Views: 335

Answers (1)

unwind
unwind

Reputation: 399863

You need cairographics.org, it's Cairo's official home. Latest available source archive in the releases file list seems to be 1.8.10.

Upvotes: 2

Related Questions