From b3dfbe8b70b870399dc335b8dcf028bb9a3955de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 24 May 2023 05:57:50 +0200 Subject: Added notes as a separate type of content and moved the content --- content/notes/install-plan9port-linux.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/notes/install-plan9port-linux.md (limited to 'content/notes/install-plan9port-linux.md') diff --git a/content/notes/install-plan9port-linux.md b/content/notes/install-plan9port-linux.md new file mode 100644 index 0000000..6355287 --- /dev/null +++ b/content/notes/install-plan9port-linux.md @@ -0,0 +1,18 @@ +--- +title: Install Plan9port on Linux +url: install-plan9port-linux.html +date: 2023-05-12 +type: notes +draft: false +--- + +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