summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schaefer <heikos@users.sourceforge.net>2001-09-22 11:39:18 +0000
committerHeiko Schaefer <heikos@users.sourceforge.net>2001-09-22 11:39:18 +0000
commit360bbfcf85a212c72a178db136f9cf7b95db89c1 (patch)
treea35dfe50497ec9ee4413aeebdb8da6bfc4cb4e41
parentd63a32635ff7eac3795ab212903fa9af8d89d90c (diff)
downloadxine-lib-360bbfcf85a212c72a178db136f9cf7b95db89c1.tar.gz
xine-lib-360bbfcf85a212c72a178db136f9cf7b95db89c1.tar.bz2
introduced a section about problems compiling xine-lib
CVS patchset: 680 CVS date: 2001/09/22 11:39:18
-rw-r--r--doc/FAQ8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/FAQ b/doc/FAQ
index e69ec0136..53932fbf8 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -67,6 +67,14 @@ check that <prefix>/bin is in your path and your linker will find
libs installed in </prefix>/lib.
+xine-lib doesn't compile
+------------------------
+
+in order to be able to compile xine-lib, you need (amongst other things)
+the zlib compression library plus the appropriate headers, which are
+often found in a package called zlib-devel or similar.
+
+
xine-lib installed nicely but xine-ui complains about not finding xine-lib
--------------------------------------------------------------------------