install rxvt-unicode from source
2009年02月16日 (linux)
rxvt-unicode
UNICODE対応のターミナルエミュレータ.
環境
- kernel: 2.6.18-92.el5
- gcc: 4.1.2
- binutils: 2.17.50.0.6-6.el5
インストール
# cd /usr/local/src/ # wget http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-9.06.tar.bz2 # cd rxvt-unicode-9.06 # tar jxvf rxvt-unicode-9.06.tar.bz2 # patch -p1 <doc/urxvt-8.2-256color.patch # ./configure \ # --with-x \ # --with-codesets=all \ # --enable-xim \ # --enable-unicode3 \ # --enable-afterimage \ # --enable-xft \ # --enable-font-styles \ # --enable-mousewheel \ # --prefix=/home/aki/TEST/urxvttest \ # --with-term=rxvt-256colors # make # make install # ../urxvttest/bin/urxvt
PR
Comment