diff options
Diffstat (limited to 'doc/faq')
-rw-r--r-- | doc/faq/faq.html | 10 | ||||
-rw-r--r-- | doc/faq/faq.sgml | 10 | ||||
-rw-r--r-- | doc/faq/faq.txt | 10 |
3 files changed, 15 insertions, 15 deletions
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%" ><TD ><PRE CLASS="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 @@ -865,7 +865,7 @@ CLASS="COMMAND" ><P > <B CLASS="COMMAND" -> ./cvscompile.sh && make clean && make dist </B +> ./autogen.sh && make clean && make dist </B > </P ><P @@ -920,7 +920,7 @@ WIDTH="100%" CLASS="PROGRAMLISTING" > export xine_BUILD=k7-pc-linux-gnu rm -f config.cache - ./cvscompile.sh + ./autogen.sh make make install </PRE @@ -1867,7 +1867,7 @@ NAME="AEN286" ><P > Check out the the corresponding README files in the directory <TT CLASS="FILENAME" ->xine-ui/doc</TT +>xine-lib/doc</TT > </P ></DIV @@ -2623,7 +2623,7 @@ NAME="AEN426" can't play such DVDs out-of-the box for legal reasons (see above). </P ><P -> 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. </P 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> 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. |