Skip to content

Latest commit

 

History

History
33 lines (32 loc) · 811 Bytes

README.md

File metadata and controls

33 lines (32 loc) · 811 Bytes

run

cd rxvt-unicode
./configure \
    --prefix=/usr \
    --enable-256-color \
    --enable-combining \
    --enable-fading \
    --enable-font-styles \
    --enable-iso14755 \
    --enable-keepscrolling \
    --enable-lastlog \
    --enable-mousewheel \
    --enable-next-scroll \
    --enable-perl \
    --enable-pointer-blank \
    --enable-rxvt-scroll \
    --enable-selectionscrolling \
    --enable-slipwheeling \
    --enable-smart-resize \
    --enable-startup-notification \
    --enable-transparency \
    --enable-unicode3 \
    --enable-utmp \
    --enable-wide-glyphs \
    --enable-wtmp \
    --enable-xft \
    --enable-xim \
    --enable-xterm-scroll
make -j8

Then run your distro's favorite replacement of make install. For instance, run sudo checkinstall for Ubuntu/Debian.