diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-20 05:54:29 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-20 05:54:29 +0200 |
| commit | 9e220c76c725429f49324dd0d98e2640552cd461 (patch) | |
| tree | 9333334820c016d8205f9217ffcbb827bef7bc28 /content | |
| parent | 65892250a181db013974dcc07a5867babd4dd3da (diff) | |
| download | mitjafelicijan.com-9e220c76c725429f49324dd0d98e2640552cd461.tar.gz | |
Paste: Plan9 port for local development
Diffstat (limited to 'content')
| -rwxr-xr-x | content/pages/pastebin.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/content/pages/pastebin.md b/content/pages/pastebin.md index c1691aa..fb6021b 100755 --- a/content/pages/pastebin.md +++ b/content/pages/pastebin.md | |||
| @@ -7,6 +7,15 @@ draft: false | |||
| 7 | 7 | ||
| 8 | *No additional explanation provided here. Use blog for more detailed stuff.* | 8 | *No additional explanation provided here. Use blog for more detailed stuff.* |
| 9 | 9 | ||
| 10 | **▒ Install Plan9port on Linux** | ||
| 11 | |||
| 12 | ```sh | ||
| 13 | sudo apt-get install gcc libx11-dev libxt-dev libxext-dev libfontconfig1-dev | ||
| 14 | git clone https://github.com/9fans/plan9port $HOME/plan9 | ||
| 15 | cd $HOME/plan9/plan9port | ||
| 16 | ./INSTALL -r $HOME/plan9 | ||
| 17 | ``` | ||
| 18 | |||
| 10 | **▒ Fix bootloader not being written in Plan9** | 19 | **▒ Fix bootloader not being written in Plan9** |
| 11 | 20 | ||
| 12 | If the bootloader is not being written to a disk when installing 9front on | 21 | If the bootloader is not being written to a disk when installing 9front on |
