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.