tags:

views:

182

answers:

2

Hi all,

I'm currently trying to install CutyCapt on my Centos VPS. I need this for displaying screenshots of websites in a catalogue.

Regrettably there's only a Debian/Ubuntu installation guide available. It must be said, that I'm no expert at Linux or commandlines, but still decided to give the installation a go..

So far I've installed the following with success:

yum install Xvfb
yum install xorg-x11-fonts*
yum install subversion libqt4-webkit libqt4-dev

When trying to get CutyCapt from the sourceforge repository

yum install https://cutycapt.svn.sourceforge.net/svnroot/cutycapt

I get the following message: "No package https://cutycapt.svn.sourceforge.net/svnroot/cutycapt available."

Is the 'missing' package a result of me using a wrong command, installing or configuring subversion in a bad way?

If anyone has any experience in installing and setting up CutyCapt on a Centos server, I would be gratefull for a mini guide. It seem's that several people has requested it, but none is to be found on Google.

Thanks in advance

A: 

I am trying to install cutycapt as well however I can't find a rpm for libqt4-webkit anywhere to build cutycapt.

Tyler Lane
Hi Tyler,This did the trick for me:yum install mod_dav_svn subversionThough I'm still struggeling with getting CutyCaps to work without X server.
kris
A: 

This is an svn repo. You should use an svn command to access this repository.

Try: svn co https://cutycapt.svn.sourceforge.net/svnroot/cutycapt 

New Qt4.4 Packages are available for CentOS (EL5 Distros) in this repo:

http://packages.atrpms.net/dist/el5/

Just install qt44* and qt44-devel* - webkit is included in the 4.4 version of Qt. (need to import signature of repo. - check the download instructions for details)

andreas