From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- public/compile-drawterm-on-fedora-38.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'public/compile-drawterm-on-fedora-38.html') diff --git a/public/compile-drawterm-on-fedora-38.html b/public/compile-drawterm-on-fedora-38.html index 27e2ccd..a2ac66a 100755 --- a/public/compile-drawterm-on-fedora-38.html +++ b/public/compile-drawterm-on-fedora-38.html @@ -1,13 +1,16 @@ -Compile drawterm on Fedora 38

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.


Posts from blogs I follow around the net