# Note: depends on pkg-config
# Note: depends on vte28
wget -c http://www.calno.com/evilvte/evilvte-0.5.1.tar.xz
tar -xJf evilvte-0.5.1.tar.xz
cd evilvte-0.5.1
./configure --prefix="/usr"
echo '#define COMMAND_FONT TRUE' >> src/config.h # Enable -fn argument
# There are lots of more options to tweak manually in src/config.h
make # Doesn't mind -j#
make install