-
Do i need to compile box first or just git clone and export BOX64_BASH=~/box64/tests/bash ?
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 17 replies
-
You can do the export when ever you like. Just make sure the file is there when you run box. |
Beta Was this translation helpful? Give feedback.
-
Use without compiling what? bash is a binary here, no need to compile it. Wine amd64 is enough, and will be compatible with both 64bits and 32bits binary. If you use Wine 32 bits, 64bits binary will not be usable (also, you need seperate WINEPREFIX if you want to use both versions of Wine). Yes, you need current version of box86 & box64 to use bash. box86 v0.2.8 and box64 v0.2.0 are not out yet (they will be soon). |
Beta Was this translation helpful? Give feedback.
-
Is this a proot or a chroot? |
Beta Was this translation helpful? Give feedback.
-
Turn out the problem come from Android SELinux not proot Termux , disable it and box64 will create wine prefix like normal |
Beta Was this translation helpful? Give feedback.
Is this a proot or a chroot?
because proot have a different signal handling that interfere with box signal handling, making some things not to work correctly