diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-12 18:35:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-12 18:35:08 +0200 |
| commit | 23a56bd50b04211da3cab45f72c3390711b2416b (patch) | |
| tree | ab9a4a0136b4cce06dba7d853e296f682f807dbb /content/install-plan9port-linux.md | |
| parent | cecb4b48a39a3558979b9c4b50e45bf605a3684e (diff) | |
| download | mitjafelicijan.com-23a56bd50b04211da3cab45f72c3390711b2416b.tar.gz | |
Moved notes and posts into subfolders
Diffstat (limited to 'content/install-plan9port-linux.md')
| -rw-r--r-- | content/install-plan9port-linux.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/content/install-plan9port-linux.md b/content/install-plan9port-linux.md deleted file mode 100644 index 49a1e4c..0000000 --- a/content/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: note | ||
| 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 | |||
