Comment on Opossum: Cross-platform web browser written in Golang, optimized for Plan 9parentComments−andrewfromx3yhttps://i.imgur.com/GPdnYBa.pngBuilding on mac was easy. It compiled fine with just go. But then to run it I needed:git clone --depth=1 https://github.com/9fans/plan9port.git cd plan9port ./INSTALL
Comments
https://i.imgur.com/GPdnYBa.png
Building on mac was easy. It compiled fine with just go. But then to run it I needed:
git clone --depth=1 https://github.com/9fans/plan9port.git cd plan9port ./INSTALL