Created
February 12, 2012 15:05
-
-
Save gotnix/1808941 to your computer and use it in GitHub Desktop.
Gentoo install kde
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://gentoo-install.com/kde | |
XUSE="truetype X new-login xorg xscreensaver xv xcomposite xinerama opengl aiglx" | |
IMAGEUSE="jpeg gif tiff png svg pdf" | |
MEDIAUSE="alsa mad vidix asf win32codecs dvd cdr dvdr mp4 aac x264 xvid nsplugin mp3 real" | |
GENERAL="samba java bzip2 symlink sqlite spell xml" | |
SYSTEM="hal fam dbus aoss threads udev argument upower extras" | |
NET_SEC="ssl ipv6 md5" | |
NOTUSE="-gtk -gnome -arts" | |
KDEUSE="kde kdeenablefinal qt3 qt4 rdesktop" | |
USE="${NOTUSE} ${SYSTEM} ${GENERAL} ${IMAGEUSE} ${XUSE} ${KDEUSE} ${MEDIAUSE} ${NET_SEC}" | |
# Test your USE | |
emerge -pvt xorg-server xf86-video-ati kdebase-meta wicd-client-kde kde-l10n koffice-l10n radeon-ucode | |
# Turn your USE and install X Kde etc.. | |
USE="extras gudev hwdb keymap -zlib" emerge xorg-server xf86-video-ati kdebase-meta wicd-client-kde kde-l10n koffice-l10n radeon-ucode | |
# open-ldap aclocal file | |
http://forums.gentoo.org/viewtopic-p-6955866.html | |
main ~ # emerge -avt =sys-devel/automake-1.9.6-r3 | |
main ~ # equery list automake | |
* Searching for automake ... | |
[IP-] [ ] sys-devel/automake-1.9.6-r3:1.9 | |
[IP-] [ ] sys-devel/automake-1.11.1:1.11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment