ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.83k stars 882 forks source link

Unable to install emscripten in iSH v1.2.3 #2016

Open memalign opened 1 year ago

memalign commented 1 year ago

On iPad Pro, in iSH:

apk add cmake apk add make apk add clang apk add binutils apk add libc-dev apk add gcc apk add libstdc++6 apk add g++ git clone https://github.com/emscripten-core/emsdk.git cd emsdk ./emsdk install sdk-upstream-master-32bit (note that this will take HOURS to clone LLVM) Progress compiling gets to 2% and then iSH dies.

memalign commented 1 year ago

(I wish emscripten provided x86 binaries so compiling from source wouldn’t be necessary…)