HOWTOs
About
Search
lives
- Video editing system
ChangeLog
Web site:
http://lives.sourceforge.net/
HOWTO
# LiVES 0.9.5
# ===========
# Prerequisites:
#
gawk
#
sed
#
grep
#
gettext
#
iconv
#
bison
#
perl
#
pkg-config
#
gtk
+-2.0 >= 1.3.13
#
SDL
>= 0.11.0
#
mjpegtools
>= 1.6.2
#
libvisual
>= 0.2.0
#
mplayer
0.90rc1+ w/ jpeg support
#
ImageMagick
5
#
sox
(optional)
#
transcode
(optional)
#
xmms
(optional)
#
cdda2wav
(optional)
cd
test -f installed/LiVES-0.9.5.tar.bz2 &&
mv installed/LiVES-0.9.5.tar.bz2 .
test ! -f LiVES-0.9.5.tar.bz2 &&
wget http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-0.9.5.tar.bz2
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "LiVES-*" -exec rm -r {} \;
tar xjvf ~/LiVES-0.9.5.tar.bz2
cd lives-0.9.5
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr/local --disable-nls
make
su -c "make install"
cd
mkdir -p -m 0700 installed
rm -f installed/LiVES-*.tar.*
mv LiVES-0.9.5.tar.bz2 installed/
# If you ever need to uninstall LiVES, run 'make uninstall' (as root) from
# the source directory
List of HOWTOs
Web page itself last updated:
2023-12-20 8:06pm (EST -0500)
HOWTO last updated:
2006-02-24 8:59am
Copyright © 2001-2024
Jason Englander
. All Rights reserved.