summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-07-21 15:29:48 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-07-21 15:29:48 +0000
commit27b386f7316d53a8a7eb17f537e1be2a1eebb34b (patch)
tree0de72e9d3017d51859d0cc6086abb2eaa41d6a1c /FAQ
parent74534c743117a45b7f62c939f24270f7b5d549c5 (diff)
downloadxine-lib-27b386f7316d53a8a7eb17f537e1be2a1eebb34b.tar.gz
xine-lib-27b386f7316d53a8a7eb17f537e1be2a1eebb34b.tar.bz2
small FAQ update
CVS patchset: 315 CVS date: 2001/07/21 15:29:48
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ14
1 files changed, 14 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index ac00aca8f..7f7e485df 100644
--- a/FAQ
+++ b/FAQ
@@ -22,6 +22,20 @@ probably not work (pgcc for example is known to make libmpeg break).
You'll have to use gnu make to compile xine, on most GNU/Linux systems
make is gnu make, on other platforms use "gmake" instead.
+If you want to have Xv support compiled in, make sure you have a shared
+Xv library on your system, e.g. ls /usr/X11R6/lib/libXv* should give you
+some .so libs, like this:
+
+/usr/X11R6/lib/libXv.a /usr/X11R6/lib/libXv.so /usr/X11R6/lib/libXv.so.1
+
+if you only got libXv.a you can create the shared versions yourself:
+
+# ld --whole-archive -shared -o libXv.so.1 libXv.a
+# ln -s libXv.so.1 libXv.so
+# ldconfig
+
+now you should be ready to build xine on your system:
+
xine comes in two (official) parts now, xine-lib and xine-ui.
First you have to build and install xine-lib: