Xvidcap Installation Guide
Introduction: http://xvidcap.sourceforge.net/
====== Installation method 1 (Easier than Installation method 2)
rpm -Uvh http://rpm.livna.org/livna-release-9.rpm
(Ref: http://rpm.livna.org/rlowiki/UsingLivna)
yum install xvidcap
====== Installation method 2
Download the latest tar.gz.
Extract tar.gz and install it.
./configure
(If it has "libXmu can't find in LD_LIBRARY_PATH" problem, use "yum install libXmu-devel")
make && make install
====== Solve hanging problem on Fedora 9
dowonload:
libX11-1.0.3-8.fc7.i386.rpm
libX11-devel-1.0.3-8.fc7.i386.rpm
compiz-0.5.2-0.1.fc7.i386.rpm (If you have dependency error of compiz package)
remove all dependency packages if it shows any dependency error when you try to install old libX11:
My example:
rpm -e compiz-fusion-0.7.6-1.fc9.i386 compiz-fusion-gnome-0.7.6-1.fc9.i386 compiz-gnome-0.7.6-2.fc9.i386
install old libX11 and other packages:
rpm -Uhv --oldpackage libX11*-1.0.3-8.fc7.i386.rpm compiz-0.5.2-0.1.fc7.i386.rpm
====== Launch
Method 1: Applications → Sound & Video → XVidCap Screen Capture
Method 2: type "xvidcap" on terminal
留言列表