nightmorph 06/10/08 19:38:12 Modified: hb-install-system.xml Log: general Qt USE flag cleanup
Revision Changes Path 1.2 xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml?r1=1.1&r2=1.2 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-system.xml 30 Aug 2006 20:17:31 -0000 1.1 +++ hb-install-system.xml 8 Oct 2006 19:38:11 -0000 1.2 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml,v 1.1 2006/08/30 20:17:31 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml,v 1.2 2006/10/08 19:38:11 nightmorph Exp $ --> <sections> -<version>7.0</version> -<date>2006-08-30</date> +<version>7.1</version> +<date>2006-10-08</date> <section> <title>Chrooting</title> @@ -127,10 +127,10 @@ <p> In the <c>USE</c> variable you define keywords which are mapped onto compile-options. For instance, <e>ssl</e> will compile ssl-support in the -programs that support it. <e>-X</e> will remove X-server support (note the minus -sign in front). <e>gnome gtk -kde -qt</e> will compile your programs with gnome -(and gtk) support, and not with kde (and qt) support, making your system fully -tweaked for GNOME. +programs that support it. <e>-X</e> will remove X-server support (note the +minus sign in front). <e>gnome gtk -kde -qt3 -qt4</e> will compile your +programs with gnome (and gtk) support, and not with kde (and qt) support, +making your system fully tweaked for GNOME. </p> </body> @@ -179,7 +179,7 @@ </pre> <pre caption="USE setting"> -USE="-gtk -gnome qt kde dvd alsa cdr" +USE="-gtk -gnome qt3 qt4 kde dvd alsa cdr" </pre> </body> -- [email protected] mailing list
