User Tools

Site Tools


miav:miav

This is an old revision of the document!


MIaV Wiki

Installation

All *NIX systems

Download the latest sourcecode.
Unpack the source code

tar xvzf miav-0.3.3.tar.gz

in some local directory.
Now simply run

./configure

and

make install

in the souce directory.
If the installation is a server-only installation, the ./configure command can be called with

./configure --without-client

to remove all client-only dependencies (QT3 amongst others)

Gentoo

Getting depencies on Gentoo is easy. Simply call

emerge -va qt libdv SDL libjpeg libraw1394 libfame lame

or just

emerge -va libdv libjpeg libfame lame

if the installation is a server-only installation.

Fedora

On Fedora Core 3 a simple add to the yum repository can make all these installable: Simply create the file

/etc/yum.repos.d/dag.repo

containing:

[dag]
name=Dag RPM Repository for Fedora Core 
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag 
enabled=1 
gpgcheck=1

and then run

yum install qt-devel libdv-devel SDL-devel
libjpeg-devel libraw1394-devel libfame-devel lame-devel

to install the development packages.

miav/miav.1195136464.txt.gz · Last modified: 2007/11/15 15:21 by deva