From a01d88ed08671e2126b24e0d8fdff5272aacd20f Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Sun, 26 Oct 2003 21:05:51 +0000 Subject: avoid too long unwrappable lines CVS patchset: 5611 CVS date: 2003/10/26 21:05:51 --- doc/faq/faq.sgml | 7 ++++--- 1 file 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 @@ To check out xine-modules from CVS, first do this: -    cvs -d :pserver:anonymous@cvs.xine.sourceforge.net:/cvsroot/xine login +    cvs -d :pserver:anonymous@cvs.xine.sf.net:/cvsroot/xine login The password is empty, just press Enter. Then, to check out individual modules (e.g. xine-lib, gxine or xine-ui): -    cvs -d :pserver:anonymous@cvs.xine.sourceforge.net:/cvsroot/xine co <modulename> +    cvs -d :pserver:anonymous@cvs.xine.sf.net:/cvsroot/xine co <modulename> @@ -317,7 +317,8 @@ An example combining some of these would look like: -    ./configure CC="/opt/intel/bin/icc" LD="/opt/intel/bin/xild" CPPFLAGS="-I/usr/local/include/dvdnav" LDFLAGS="-L/home/guenter/xine_libs" +    ./configure CC="/opt/intel/bin/icc" LD="/opt/intel/bin/xild" \ +   CPPFLAGS="-I/usr/local/include/dvdnav" LDFLAGS="-L/home/guenter/xine_libs" -- cgit v1.2.3