From 4abcce013c9ee3053badf2abda77190233066676 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 23 Feb 2024 10:35:22 +0100 Subject: Testing thoughts page --- _posts/notes/2023-05-12-install-plan9port-linux.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _posts/notes/2023-05-12-install-plan9port-linux.md (limited to '_posts/notes/2023-05-12-install-plan9port-linux.md') diff --git a/_posts/notes/2023-05-12-install-plan9port-linux.md b/_posts/notes/2023-05-12-install-plan9port-linux.md new file mode 100644 index 0000000..c1cce46 --- /dev/null +++ b/_posts/notes/2023-05-12-install-plan9port-linux.md @@ -0,0 +1,22 @@ +--- +title: Install Plan9port on Linux +permalink: /install-plan9port-linux.html +date: 2023-05-12T12:00:00+02:00 +layout: post +type: note +draft: false +tags: [plan9] +--- + +Install Plan9port on Linux. This applies to +[Plan9port](https://9fans.github.io/plan9port/). This is a port of many Plan 9 +programs to Unix-like operating systems. Useful for programs like `9term` and +`rc`. + +```sh +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 +``` + -- cgit v1.2.3