diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-01-06 21:47:54 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-01-06 21:47:54 +0000 |
commit | 25a2d4a6f6a81a0910171b73bc320e63dcba3811 (patch) | |
tree | 41dd21222a5d0ac52526e0b166cbc76302051a2e /doc/faq/faq.sgml | |
parent | e372c9a6c6103e4850ab5779244a121a21c07bf1 (diff) | |
download | xine-lib-25a2d4a6f6a81a0910171b73bc320e63dcba3811.tar.gz xine-lib-25a2d4a6f6a81a0910171b73bc320e63dcba3811.tar.bz2 |
more corrections
CVS patchset: 3801
CVS date: 2003/01/06 21:47:54
Diffstat (limited to 'doc/faq/faq.sgml')
-rw-r--r-- | doc/faq/faq.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 46fd4d64d..98e46bc7e 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -278,7 +278,7 @@ those are the same for every xine module. </para> <programlisting> - ./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 @@ </para> <para> - <command> ./cvscompile.sh && make clean && make dist </command> + <command> ./autogen.sh && make clean && make dist </command> </para> <para> @@ -359,7 +359,7 @@ <programlisting> export xine_BUILD=k7-pc-linux-gnu rm -f config.cache - ./cvscompile.sh + ./autogen.sh make make install </programlisting> @@ -964,7 +964,7 @@ <title>I have problems when using xine on FreeBSD, Solaris, ... !</title> <para> - Check out the the corresponding README files in the directory <filename>xine-ui/doc</filename> + Check out the the corresponding README files in the directory <filename>xine-lib/doc</filename> </para> </sect1> @@ -1417,7 +1417,7 @@ can't play such DVDs out-of-the box for legal reasons (see above). </para> <para> - 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. </para> |