From 9e220c76c725429f49324dd0d98e2640552cd461 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 20 May 2023 05:54:29 +0200 Subject: Paste: Plan9 port for local development --- content/pages/pastebin.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'content/pages') 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 *No additional explanation provided here. Use blog for more detailed stuff.* +**▒ Install Plan9port on Linux** + +```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 +``` + **▒ Fix bootloader not being written in Plan9** If the bootloader is not being written to a disk when installing 9front on -- cgit v1.2.3