운영_설치/리눅스_유닉스
ccache 설치 on 젠투
써드아이
2014. 7. 24. 16:56
# emerge ccache
FEATURES="ccache"
CCACHE_SIZE="2G"
CCACHE_DIR="/var/tmp/ccache"
/etc/profile 에 PATH 추가
# source /etc/profile
이제 그냥 빌드(emerge)하면 된다.