From 25a2d4a6f6a81a0910171b73bc320e63dcba3811 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Mon, 6 Jan 2003 21:47:54 +0000 Subject: more corrections CVS patchset: 3801 CVS date: 2003/01/06 21:47:54 --- doc/faq/faq.html | 10 +++++----- doc/faq/faq.sgml | 10 +++++----- doc/faq/faq.txt | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'doc') diff --git a/doc/faq/faq.html b/doc/faq/faq.html index 56c8691bd..e4b6cce8a 100644 --- a/doc/faq/faq.html +++ b/doc/faq/faq.html @@ -814,7 +814,7 @@ WIDTH="100%" >
      ./cvscompile.sh [-> *only* if you checked your sources out of CVS]
+>      ./autogen.sh [-> *only* if you checked your sources out of CVS]
       ./configure
       make
       make install
@@ -865,7 +865,7 @@ CLASS="COMMAND"
 >

./cvscompile.sh && make clean && make dist ./autogen.sh && make clean && make dist

export xine_BUILD=k7-pc-linux-gnu rm -f config.cache - ./cvscompile.sh + ./autogen.sh make make install

Check out the the corresponding README files in the directory xine-ui/docxine-lib/doc

If it is legal where you life, you can try to install libdvdcss. Once +> If it is legal where you live, you can try to install libdvdcss. Once you have done that and re-start xine, it should automatically detect and use it to play back encrypted DVDs.

- ./cvscompile.sh [-> *only* if you checked your sources out of CVS] + ./autogen.sh [-> *only* if you checked your sources out of CVS] ./configure make make install @@ -315,7 +315,7 @@ - ./cvscompile.sh && make clean && make dist + ./autogen.sh && make clean && make dist @@ -359,7 +359,7 @@ export xine_BUILD=k7-pc-linux-gnu rm -f config.cache - ./cvscompile.sh + ./autogen.sh make make install @@ -964,7 +964,7 @@ I have problems when using xine on FreeBSD, Solaris, ... ! - Check out the the corresponding README files in the directory xine-ui/doc + Check out the the corresponding README files in the directory xine-lib/doc @@ -1417,7 +1417,7 @@ can't play such DVDs out-of-the box for legal reasons (see above). - If it is legal where you life, you can try to install libdvdcss. Once + If it is legal where you live, you can try to install libdvdcss. Once you have done that and re-start xine, it should automatically detect and use it to play back encrypted DVDs. diff --git a/doc/faq/faq.txt b/doc/faq/faq.txt index 4fe5dff8d..eb5e0394d 100644 --- a/doc/faq/faq.txt +++ b/doc/faq/faq.txt @@ -278,7 +278,7 @@ to make sure libxine can be found by the frontend(s). Last but not least. Here the build instructions. As stated earlier, those are the same for every xine module. - ./cvscompile.sh [-> *only* if you checked your sources out of CVS] + ./autogen.sh [-> *only* if you checked your sources out of CVS] ./configure make make install @@ -301,7 +301,7 @@ In case that you have a fresh CVS checkout, you will need to do the following first in order to get a tarball release out of it which you can later use with the rpm -ta command above: -./cvscompile.sh && make clean && make dist +./autogen.sh && make clean && make dist In any case, please keep in mind that you have to build and install xine-lib first before you can proceed with xine-ui. @@ -328,7 +328,7 @@ valid description string for your configuration, e.g. export xine_BUILD=k7-pc-linux-gnu rm -f config.cache - ./cvscompile.sh + ./autogen.sh make make install @@ -715,7 +715,7 @@ optimizing options. A few things you should check: I have problems when using xine on FreeBSD, Solaris, ... ! -Check out the the corresponding README files in the directory xine-ui/doc +Check out the the corresponding README files in the directory xine-lib/doc ------------------------------------------------------------------------------- @@ -1024,7 +1024,7 @@ Probably xine can't access your input source. Most commonly this happens when you're trying to play locked/encrypted DVDs. Remember that xine can't play such DVDs out-of-the box for legal reasons (see above). -If it is legal where you life, you can try to install libdvdcss. Once you have +If it is legal where you live, you can try to install libdvdcss. Once you have done that and re-start xine, it should automatically detect and use it to play back encrypted DVDs. -- cgit v1.2.3