Install the web screenshot software cutyCapt in CentOS

Source: Internet
Author: User
Work needs, to carry out the web page. Check it out. cutyCapt can be used. in Ubuntu, it is very simple. refer to the following URL: http://cutycapt.sourceforge.net/but it is a little complicated in CentOS. Add the download source # vi/etc/yum... for qt47. Check whether cutyCapt works. in Ubuntu, it is very simple. refer to the following URL:
Http://cutycapt.sourceforge.net/
 
However, it is troublesome to use centos for your reference.
 
 
Added download source for qt47
# Vi/etc/yum. repos. d/atrpms. repo
 
Enter the following content:
[Atrpms]
Name = CentOS $ releasever-$ basearch-ATrpms
Baseurl = http://dl.atrpms.net/el?releasever-#basearch/atrpms/stable
Gpgkey = http://ATrpms.net/RPM-GPG-KEY.atrpms
Gpgcheck = 1
Enabled = 1
 
[Atrpms-testing]
Name = CentOS $ releasever-$ basearch-ATrpms testing
Baseurl = http://dl.atrpms.net/el?releasever-#basearch/atrpms/testing
Gpgkey = http://ATrpms.net/RPM-GPG-KEY.atrpms
Gpgcheck = 1
Enabled = 1
 
Install qt47
# Yum update // note that this command updates a large amount of content and does not run.
 
# Yum install qt47
# Yum install qt47-devel
 
# Yum install qt47-webkit
# Yum install qt47-webkit-devel
 
# Yum update sqlite
 
Set the environment to lib64 in 64-bit mode. you can add it to/etc/profile. the corresponding path is loaded by default.
Export QTDIR =/usr/lib/qt47
Export QTLIB =/usr/lib/qt47/lib
Export QTINC =/usr/lib/qt47/include
Export LD_LIBRARY_PATH = $ QTDIR/lib: $ LD_LIBRARY_PATH
Export PATH = $ QTDIR/bin: $ PATH
 
Centos installation g ++
Yum install gcc-c ++
#
Svn installation
# Yum install subversion
 
Obtain cutyCapt
# Svn co https://cutycapt.svn.sourceforge.net/svnroot/cutycapt
# Cd cutycapt/CutyCapt
# Qmake
# Make
#./CutyCapt -- url = http://www.2cto.com --outdeskexample.png

Prepared by SeaJones

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.