My build for st, a simple terminal emulator for X which sucks less.
- alpha
- boxdraw
- xresources
- font2
- scrollback
Edit config.mk to match your local setup (st is installed into the /usr/local namespace by default).
Afterwards enter the following command to build and install st:
$ sudo make clean install
In order to build st you need the Xlib header files.
Based on Aurélien APTEL bt source code.