summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-08-28 17:56:21 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-08-28 17:56:21 +0000
commitad2464b4ef019dcfe299d52325490a342b3e6d1b (patch)
treec5041e5a73074dfaada42f43134d083c9ed3f5da
parent63c14e0a809f159204ac0fb479058a3f343543e0 (diff)
downloadxine-lib-ad2464b4ef019dcfe299d52325490a342b3e6d1b.tar.gz
xine-lib-ad2464b4ef019dcfe299d52325490a342b3e6d1b.tar.bz2
FAQ updates
CVS patchset: 509 CVS date: 2001/08/28 17:56:21
-rw-r--r--doc/FAQ10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 04fbd20b9..e69ec0136 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -67,6 +67,16 @@ check that <prefix>/bin is in your path and your linker will find
libs installed in </prefix>/lib.
+xine-lib installed nicely but xine-ui complains about not finding xine-lib
+--------------------------------------------------------------------------
+
+make sure <prefix>/bin is in your path and the linker is able to find
+libraries installed in <prefix>/lib, where <prefix> is where you installed
+xine-lib (yes, you have to "make install" xine-lib first before you
+can compile xine-ui). See previous question for details about how to
+properly compile and install xine-lib and xine-ui.
+
+
how can I supply additional CFLAGS for the compilation ?
--------------------------------------------------------