diff options
-rw-r--r-- | doc/faq/faq.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index c1344bff1..e63796c19 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -117,13 +117,13 @@ </para> <para> To check out xine-modules from CVS, first do this: - <screen> <command>cvs -d :pserver:anonymous@cvs.xine.sourceforge.net:/cvsroot/xine login</command></screen> + <screen> <command>cvs -d :pserver:anonymous@cvs.xine.sf.net:/cvsroot/xine login</command></screen> The password is empty, just press Enter. </para> <para> Then, to check out individual modules (e.g. <filename>xine-lib</filename>, <filename>gxine</filename> or <filename>xine-ui</filename>): - <screen> <command>cvs -d :pserver:anonymous@cvs.xine.sourceforge.net:/cvsroot/xine co <modulename></command></screen> + <screen> <command>cvs -d :pserver:anonymous@cvs.xine.sf.net:/cvsroot/xine co <modulename></command></screen> </para> </sect2> @@ -317,7 +317,8 @@ </para> <para> An example combining some of these would look like: - <screen> <command>./configure CC="/opt/intel/bin/icc" LD="/opt/intel/bin/xild" CPPFLAGS="-I/usr/local/include/dvdnav" LDFLAGS="-L/home/guenter/xine_libs"</command></screen> + <screen> <command>./configure CC="/opt/intel/bin/icc" LD="/opt/intel/bin/xild" \ + CPPFLAGS="-I/usr/local/include/dvdnav" LDFLAGS="-L/home/guenter/xine_libs"</command></screen> </para> </sect2> |