Compile drawterm on Fedora 38

note, Sep 25, 2023, on Mitja Felicijan's blog

First install two dependencies:

sudo dnf install libX11-devel libXt-devel

Clone the repo and compile it:

git clone git://git.9front.org/plan9front/drawterm
cd drawterm
CONF=unix make

That should produce drawterm binary.

Other notes

DateTitle
Sane defaults for tmux with more visible statusbar
Bulk thumbnails
Mount Plan9 over networkplan9
Dungeon Crawl Stone Soup - New player guidedcss
Download list of YouTube files
Personal sane Vim defaultsvim
Male and female body proportion reference images3d
Use option key as meta in Alacritty under macOS
Convert all MKV files into other formats
Extending dte editor
Change permissions of matching files recursively
Make B/W SVG charts with matplotlib
Run 9front in Qemuplan9
Set color temperature of displays on i3
Embedding resources into binary with Cc