分类: LINUX
2010-05-06 10:20:19
tar xf rxvt-unicode-9.07.tar.bz2
cd rxvt-unicode-9.07
patch -p1 -i doc/urxvt-8.2-256color.patch
patch -p0 -i ../font-width-fix.patch
patch -p0 -i ../layoutgaps.patch
./configure --prefix=/usr \
--with-terminfo=/usr/share/terminfo \
--with-term=rxvt-256color \
--enable-smart-resize \
--disable-iso14755
make
make install