summaryrefslogtreecommitdiff
path: root/doc/FAQ-lib
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-07-21 23:06:54 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-07-21 23:06:54 +0000
commit8d2216a2097f2df48e4db1548a4303856787bde6 (patch)
tree21bb95eab2ac65ef50b90c1522ed8a6e7ceacef4 /doc/FAQ-lib
parent539b3c6391fa3f7e8ae24694548349ae1ccfcf63 (diff)
downloadxine-lib-8d2216a2097f2df48e4db1548a4303856787bde6.tar.gz
xine-lib-8d2216a2097f2df48e4db1548a4303856787bde6.tar.bz2
Move FAQ to doc dir, rename some doc files. All current docs aren't installed by xine-lib but xine-ui.
CVS patchset: 318 CVS date: 2001/07/21 23:06:54
Diffstat (limited to 'doc/FAQ-lib')
-rw-r--r--doc/FAQ-lib75
1 files changed, 0 insertions, 75 deletions
diff --git a/doc/FAQ-lib b/doc/FAQ-lib
deleted file mode 100644
index 3e2e4861f..000000000
--- a/doc/FAQ-lib
+++ /dev/null
@@ -1,75 +0,0 @@
-
- ----------------------
- xine-lib FAQ
- ----------------------
-
-
-how do I build this beast?
---------------------------
-
-first make sure you use a stable, official release of gcc to compile.
-You can try patched gcc versions, but these are not supported and will
-probably not work (pgcc for example is known to make libmpeg break).
-
-./cvscompile.sh <--- only neccessary if you checked xine out of CVS
-./configure
-make
-make install
-
-
-how can I supply additional CFLAGS for the compilation ?
---------------------------------------------------------
-
-you can do so by setting the GLOBAL_CFLAGS variable and then run
-configure again.
-
-This can be usefull to specify additional include paths or library
-paths to the compiler. Example:
-
-export GLOBAL_CFLAGS="-I/usr/include -L/home/guenter/xine_libs"
-
-
-Are there binaries for my K7 available? Can I build them?
----------------------------------------------------------
-
-At the moment we do not provide K7 binaries, since the latest
-stable gcc version (2.92.2 at the time of this writing) doesn't
-have K7 support. Use the 686 binaries instead. These binaries
-should run ok and will use 3DNow!
-
-If you have a newer gcc you can try to compile "more" k7 support
-in (esp. better instruction sheduling). If the configure script
-should fail to detect your processor/gcc correctly, try setting the
-XINE_BUILD envvar explicitly to a valid description string for
-your configuration, e.g.
-
-export XINE_BUILD=k7-pc-linux-gnu
-rm -f config.cache
-./autogen.sh
-make
-make install
-
-
-where and how do I get the latest development version?
-------------------------------------------------------
-
-check it out of our CVS:
-
-cvs -d :pserver:anonymous@cvs.xine.sourceforge.net:/cvsroot/xine login
-
-<empty password>
-
-cvs -d :pserver:anonymous@cvs.xine.sourceforge.net:/cvsroot/xine co xine-lib
-
-
-I think I found a bug!
-----------------------
-
-xine is in it's early developement stages. Please be patient.
-If you got time, please contact us and send us a full bug report.
-Please include all xine console output and some details about
-your hardware and operating system.
-
-You can reach us via email:
-
- Xine Mailing List <xine-user@lists.sourceforge.net>