Jan 8, 2013

openSUSE Forums: Install Chart::Clicker Perl Module

openSUSE Forums
openSUSE Forums
Install Chart::Clicker Perl Module
Jan 8th 2013, 15:15

Hello to everyone!

I'm here to share my experience intalling Chart::Clicker module under Suse >= 10 SP2

PRINCIPAL ISSUE: Chart::Clicker need lib Cairo >= 1.10 and suse provide version 1.0.2. Solved by compiling cairo by source

Code:

yast --install pkgconfig gcc gcc-c++ libpng-devel

wget http://cairographics.org/releases/pixman-0.26.0.tar.gz
tar -xzf pixman-0.26.0.tar.gz
cd pixman-0.26.0/
./configure
make
make install
cd ../

wget http://cairographics.org/releases/cairo-1.12.0.tar.gz
tar -xzf cairo-1.12.0.tar.gz
cd cairo-1.12.0/
./configure  --disable-gobject
make
make install

perl -MCPAN -e 'install Chart::Clicker'

Have fun!

byez

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

No comments: