|
|||||||
DocumentationNew wiki documentation
Find it at http://wiki.aasimon.org/?id=miav:miav The rest of the documentation on this page might be usefull but is probably outdated. Reporting bugs
Post bugs at the aasimon bugcenter. If you plan to submit more bugreports, please send an email to bugs@aasimon.org and a real login will be created for you. How to install?
First of all make sure all dependencies are fulfilled.These are:
Simply create the file /etc/yum.repos.d/dag.repocontaining: [dag] name=Dag RPM Repository for Fedora Core baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag enabled=1 gpgcheck=1and then run yum install qt-devel libdv-devel SDL-devel libjpeg-devel libraw1394-devel libfame-devel lame-develto install the development packages and yum update kernelto update to the latest kernel. How to create the raw1394 device node?
Run as root:
$ cd /dev/ $ ./MAKEDEV raw1394 $ chmod 666 raw1394And then to make sure the correct modules are loaded in the kernel run: $ modprobe raw1394 |
|||||||
|