summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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 ?
--------------------------------------------------------