User Tools

Site Tools


miav:miav

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
miav:miav [2007/11/15 15:31] devamiav:miav [2007/11/15 16:26] – Fixed some layout deva
Line 14: Line 14:
 to remove all client-only dependencies (QT3 amongst others) to remove all client-only dependencies (QT3 amongst others)
 ===Gentoo=== ===Gentoo===
-Getting depencies on Gentoo is easy. Simply call+Getting depencies on Gentoo is easy. 
 +first make sure you have the ''X''and ''xv'' flags in your make.conf ''USE=...'' sectgion.\\ 
 +Then simply call
 <code>emerge -va "<x11-libs/qt-4" libdv libsdl jpeg libraw1394 libfame lame</code> <code>emerge -va "<x11-libs/qt-4" libdv libsdl jpeg libraw1394 libfame lame</code>
 or just or just
Line 33: Line 35:
 libjpeg-devel libraw1394-devel libfame-devel lame-devel</code> libjpeg-devel libraw1394-devel libfame-devel lame-devel</code>
 to install the development packages. to install the development packages.
- +====Configuration==== 
-====Known bugs====+FIXME Describe how to configure the installed client and/or server. 
 +====Known bugs (version 0.3.3)==== 
 +===libraw1394===
 Currently only the very old libraw1394 interface (pre 1.0) is supported. This tends to give some dependency headaches on most systems. Currently only the very old libraw1394 interface (pre 1.0) is supported. This tends to give some dependency headaches on most systems.
 +The sourcecode for the old version af libraw1394 can be found at the [[http://sourceforge.net/projects/libraw1394|libraw1394 sourceforge site]] The 0.9 version seem to work.\\
 +
 +===Werror in configure===
 +If some warnings kill the compile, it is due to an old debugging flag leftover in the configure srcipt. It can be fixed by removing the
 +<code>CXXFLAGS="$CXXFLAGS -Wall Werror"</code>
 +line in the ''configure'' scriptfile (line 20042), and then re-running make.
miav/miav.txt · Last modified: 2007/11/19 10:44 by deva