distcc
distcc
FreeBSDの場合
# portinstall devel/ccache devel/distcc # mkdir -p /usr/local/var/.ccache
DISTCC_HOSTS='localhost foo bar hoge fuga' CCACHE_DIR=/usr/local/var/.ccache CCACHE_LOGFILE=/var/log/ccache.log .if !defined(NOCCACHE) CC=/usr/local/libexec/ccache/cc CXX=/usr/local/libexec/ccache/c++ CCACHE_PREFIX=/usr/local/bin/distcc .endif
LINK
- dW : Linux : ccacheを使って共同作業のビルド時間を改善する
samba.org
- distcc: a fast, free distributed C and C++ compiler
Intel
- Accelerating compilation, Part 2: distcc
gentoo
- distcc in Gentoo HOWTO
クロスコンパイル
- Cross Compiling with Distcc
最終更新時間:2004年11月28日 18時25分51秒