How to install helix in iSH on iOS? #5178
-
I assume that helix supports Alpine Linux from the installation documentation. Is it included in APK package manager? I was trying to install it to iSH but cannot find it with If it is not included in APK, can we support it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Helix is included in the official alpine linux repos altough the version there is about 4 months out of date (but will probably/hopefully update soon). However it seems that The best option for you would probably be to install rustup (the |
Beta Was this translation helpful? Give feedback.
Helix is included in the official alpine linux repos altough the version there is about 4 months out of date (but will probably/hopefully update soon).
However it seems that
ish
uses an old alpine linux repo.They currently use 3.14 which is from mid 2021. For that version helix was not packed yet (and the helix from back then is vastly different from the helix of today anyway).
The best option for you would probably be to install rustup (the
rustc
in those old repos is also too old to build helix) and compile helix yourself as described in the readme.