-
-
Notifications
You must be signed in to change notification settings - Fork 961
Installing Golang
Rhinozz edited this page Mar 6, 2022
·
4 revisions
iSH has a lot of issues running Go, and most programs won't compile. However, a fork (iSH-AOK) does support Go by enabling multicore (in later versions, disable the "Enable Multicore (Threading)" option in settings; in older versions, run mc off
or edit /proc/ish/defaults/enable_multicore
as root), albeit very slow.
- Run
apk update
- Run
apk add go
- Test to make sure Go is installed by typing
go version
. You should see something along the lines of:
go version go1.13.15 linux/386
- Contributing to iSH Development
- How to add a new Character Device to iSH
- How to add a new entry to /proc/ish
- Fixing hostname localhost
- Running nmap
- Running Ruby Programs
- Installing PHP with a TLS certificate and a PHP filemanager
- Installing R and any package from the CRAN
- iSH Alpine Release Issues
- Using Alpine Linux repositories
- Upgrading to a new release
- Install & Activate Alternate Filesystems