From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- public/install-plan9port-linux.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 public/install-plan9port-linux.html (limited to 'public/install-plan9port-linux.html') diff --git a/public/install-plan9port-linux.html b/public/install-plan9port-linux.html new file mode 100755 index 0000000..903b889 --- /dev/null +++ b/public/install-plan9port-linux.html @@ -0,0 +1,18 @@ +Install Plan9port on Linux

Install Plan9port on Linux

May 12, 2023

Install Plan9port on Linux. This applies to +Plan9port. This is a port of many Plan 9 +programs to Unix-like operating systems. Useful for programs like 9term and +rc.

sudo apt-get install gcc libx11-dev libxt-dev libxext-dev libfontconfig1-dev
+git clone https://github.com/9fans/plan9port $HOME/plan9
+cd $HOME/plan9/plan9port
+./INSTALL -r $HOME/plan9
+
\ No newline at end of file -- cgit v1.2.3