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
Grep to Less that maintain colors
Change permissions of matching files recursively
Push to multiple origins at once in Git
Take a screenshot in Plan9plan9
My brand new Plan9/9front desktopplan9
Development environments with Nix
Personal sane Vim defaultsvim
Write and read structs to/from files in Cc
Convert all MKV files into other formats
Extract lines from a file with sed
Cronjobs on Github with Github Actions
Sane default for Dungeon Crawl Stone Soup Online editiondcss
Dungeon Crawl Stone Soup - New player guidedcss
Using ffmpeg to combine videos side by side
Easy measure time took in a bash script