diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-21 23:06:54 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-21 23:06:54 +0000 |
commit | 8d2216a2097f2df48e4db1548a4303856787bde6 (patch) | |
tree | 21bb95eab2ac65ef50b90c1522ed8a6e7ceacef4 | |
parent | 539b3c6391fa3f7e8ae24694548349ae1ccfcf63 (diff) | |
download | xine-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
-rw-r--r-- | doc/FAQ (renamed from FAQ) | 6 | ||||
-rw-r--r-- | doc/FAQ-lib | 75 | ||||
-rw-r--r-- | doc/FAQ_es (renamed from doc/FAQ-lib_es) | 2 | ||||
-rw-r--r-- | doc/Makefile.am | 4 | ||||
-rw-r--r-- | doc/README-lib.solaris | 14 | ||||
-rw-r--r-- | doc/README.solaris | 30 |
6 files changed, 36 insertions, 95 deletions
@@ -40,7 +40,7 @@ xine comes in two (official) parts now, xine-lib and xine-ui. First you have to build and install xine-lib: -./autogen.sh <--- only neccessary if you checked xine out of CVS +./cvscompile.sh <--- only neccessary if you checked xine out of CVS ./configure make make install @@ -56,7 +56,7 @@ to make sure this works. Now you can build and install xine-ui, same procedure as for xine-lib: -./autogen.sh <--- only neccessary if you checked xine out of CVS +./cvscompile.sh <--- only neccessary if you checked xine out of CVS ./configure make make install @@ -90,7 +90,7 @@ your configuration, e.g. export XINE_BUILD=k7-pc-linux-gnu rm -f config.cache -./autogen.sh +./cvscompile.sh make make install 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> diff --git a/doc/FAQ-lib_es b/doc/FAQ_es index 45a4eb7c8..30d04af35 100644 --- a/doc/FAQ-lib_es +++ b/doc/FAQ_es @@ -13,7 +13,7 @@ Puede probar versiones del gcc remendadas (patched), pero estas no son soportadas y probablemente no funcionen (por ejemplo el pgcc conocido para hacer libmpeg falla). -./autogen.sh <--- solo necesario si comprobara Xine sin CVS +./cvscompile.sh <--- solo necesario si comprobara Xine sin CVS ./configure make make install diff --git a/doc/Makefile.am b/doc/Makefile.am index 4396f0a48..08224940b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,10 +1,10 @@ SUBDIRS = man -EXTRA_DIST = $(docs_DOCS) MRL.txt dataflow.dia xine-lib-API.cfg +EXTRA_DIST = $(docs_DOCS) FAQ FAQ_es MRL.txt README.solaris dataflow.dia xine-lib-API.cfg docdir = $(prefix)/share/doc/xine -docs_DOCS = README-lib.solaris FAQ-lib FAQ-lib_es +docs_DOCS = install-data-local: diff --git a/doc/README-lib.solaris b/doc/README-lib.solaris deleted file mode 100644 index 4926d2e3d..000000000 --- a/doc/README-lib.solaris +++ /dev/null @@ -1,14 +0,0 @@ -building xine-lib on solaris ----------------------------- - -* Compile xine with GNU make (gmake, /opt/sfw/bin/gmake) - -* If you get a "fatal: relocation error" ... "symbol __divdi3: - referenced symbol not found" error when running xine, re-configure - xine-lib with gcc as the linker command (env LD=gcc configure ...) - -* To get VIS accelerated MPEG decoding and colour space conversion - on Solaris SPARC, download and install Sun's mediaLib 2.0, available - here: - - http://www.sun.com/sparc/vis/mediaLib.html diff --git a/doc/README.solaris b/doc/README.solaris new file mode 100644 index 000000000..b177bc3f9 --- /dev/null +++ b/doc/README.solaris @@ -0,0 +1,30 @@ +building xine on solaris +------------------------ + +* Compile xine with GNU make (gmake, /opt/sfw/bin/gmake) + +* If you get a "fatal: relocation error" ... "symbol __divdi3: + referenced symbol not found" error when running xine, re-configure + xine-lib with gcc as the linker command (env LD=gcc configure ...) + +* To get VIS accelerated MPEG decoding and colour space conversion + on Solaris SPARC, download and install Sun's mediaLib 2.0, available + here: + + http://www.sun.com/sparc/vis/mediaLib.html + + +Known Problems +-------------- + +* Can't use MIT shared memory for local video display + + The default value for the maximum allowed shared memory segment size + (1MByte) is very small on solaris. You may want to increase the + max. allowed shared memory segment size. Add the following line to + /etc/system to increase the shmmax parameter to 8MBytes: + + set shmsys:shminfo_shmmax=8388608 + + Reboot the machine after modifying /etc/system to activate the new + default. |