# notes make sure after cloning, to switch to the feature-sixels branch you'll also need libptytty installed. => https://github.com/yusiwen/libptytty I install to ~/.local and to do that with libptytty you'll need to do: ``` cmake -DCMAKE_INSTALL_PREFIX=~/.local -DBUILD_SHARED_LIBS=ON . ``` in the libptytty dir and for rxvt's configure to find libptytty you'll need to add ~/.local/lib/pkgconfig/ to the PKG_CONFIG_PATH env var. you'll also need to put libev into the rxvt-unicode-sixel dir ``` cvs -z3 -d :pserver:anonymous@cvs.schmorp.de/schmorpforge co libev ``` you don't /have/ to run autogen.sh after you get libev and ./configure ran make will work. btw, for ./configure I've been doing: ``` ./configure --prefix=/home/epoch/.local --enable-256-color --enable-unicode3 --enable-combining --enable-xft --enable-font-styles --enable-startup-notification --enable-perl --enable-smart-resize --enable-text-blink --enable-frills ```