Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

내블로그

CentOS 6.5에서 CutyCapt 설치 본문

리눅스

CentOS 6.5에서 CutyCapt 설치

잡동사니보관 2014. 3. 21. 12:49

 

 

 

 

1. yum 저장소 추가(/etc/yum.repos.d/CentOS-Base.repo)
#ATrpms
[atrpms]
name= CentOS-$releasever - ATrpms
baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/testing
gpgcheck=1
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
enabled=1

 

2. rpm --import http://packages.atrpms.net/RPM-GPG-KEY.atrpms

 

3. 의존성 패키지 설치
yum install qt47-devel qt47-webkit-devel Xvfb xorg-x11-fonts* baekmuk-ttf-fonts-common.noarch baekmuk-ttf-dotum-fonts.noarch

 

4. CutyCapt 프로그램 가져오기
cd /usr/src
svn export https://svn.code.sf.net/p/cutycapt/code/CutyCapt

 

5. CutyCapt 설치
cd cd /usr/src/CutyCapt
qmake-qt47
make
cp CutyCapt /usr/sbin/

6. 사용방법

xvfb-run -a CutyCapt --min-width=640 --min-height=480 --url='캡쳐할 URL' --out='저장할 파일명'

 

 

CutyCapt.tar

RPM-GPG-KEY.atrpms

 

'리눅스' 카테고리의 다른 글

openvpn 설치 및 인증서 생성  (0) 2016.01.28
텔레그램(Telegram) CLI 버전 설치방법  (0) 2015.05.22
rsync 사용법 및 백업스크립트  (0) 2015.03.26
SVN 저장소 백업 / 복구  (0) 2015.03.05
CentOS 6.6 + SVN 연동하기  (0) 2015.02.13