diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-28 17:56:21 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-28 17:56:21 +0000 |
commit | ad2464b4ef019dcfe299d52325490a342b3e6d1b (patch) | |
tree | c5041e5a73074dfaada42f43134d083c9ed3f5da | |
parent | 63c14e0a809f159204ac0fb479058a3f343543e0 (diff) | |
download | xine-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/FAQ | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ? -------------------------------------------------------- |