diff options
Diffstat (limited to 'content/notes/install-plan9port-linux.md')
| -rw-r--r-- | content/notes/install-plan9port-linux.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/content/notes/install-plan9port-linux.md b/content/notes/install-plan9port-linux.md deleted file mode 100644 index b21c73b..0000000 --- a/content/notes/install-plan9port-linux.md +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | --- | ||
| 2 | title: Install Plan9port on Linux | ||
| 3 | url: install-plan9port-linux.html | ||
| 4 | date: 2023-05-12T12:00:00+02:00 | ||
| 5 | type: notes | ||
| 6 | draft: false | ||
| 7 | tags: [plan9] | ||
| 8 | --- | ||
| 9 | |||
| 10 | Install Plan9port on Linux. This applies to | ||
| 11 | [Plan9port](https://9fans.github.io/plan9port/). This is a port of many Plan 9 | ||
| 12 | programs to Unix-like operating systems. Useful for programs like `9term` and | ||
| 13 | `rc`. | ||
| 14 | |||
| 15 | ```sh | ||
| 16 | sudo apt-get install gcc libx11-dev libxt-dev libxext-dev libfontconfig1-dev | ||
| 17 | git clone https://github.com/9fans/plan9port $HOME/plan9 | ||
| 18 | cd $HOME/plan9/plan9port | ||
| 19 | ./INSTALL -r $HOME/plan9 | ||
| 20 | ``` | ||
| 21 | |||
