zsh-4.2.3:20050115

[トップ][一覧][最近の更新]

wget http://www.zsh.org/pub/zsh-4.2.3.tar.bz2
tar xvfj zsh-4.2.3.tar.bz2
cd zsh-4.2.3
CFLAGS="-O2 -march=pentium4" ./configure \
--disable-locale \
--enable-maildir-support \
--with-curses-terminfo
nice make all check
su -c 'make install; \
ln -sf profile /etc/zprofile'

最終更新 : 2007/09/22 11:22:24 JST