|
|
贴上我的make.conf,请大家帮忙修改一下。问题主要是我不准备安装gnome,是否要加入gnome 和gtk支持?
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="-xprint -apm -dri -ipv6 -arts -cdr -dvdr -kde -oss -qt3 -qt4 -ppds -cups mmx sse acpi esd hal gpm cjk unicode gtk gnome hal avahi alsa dbus"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="nv"
ACCEPT_KEYWORDS="~x86"
GENTOO_MIRRORS="http://mirror.gentoo.gr.jp"
SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
LINGUAS="zh_CN" |
|