HOW TO USE Wine x86 with BOX86 on TwisterOS 1.5.2

Channel:
Subscribers:
9,720
Published on ● Video Link: https://www.youtube.com/watch?v=U0UEFtcOJlY



Category:
Guide
Duration: 16:29
6,509 views
168


..........useful links.........................
official TwisterOS site
https://twisteros.com/
how to upgrade TwisterOS
https://www.youtube.com/watch?v=eVKPQuS6Vro
box86 github repo of Ptitseb (if you would like to support him or get involved)
https://github.com/ptitSeb/box86

...............commands....................
used latest box86 (update it!!)
"wine winecfg" to set virtual desktops (or wine configuration)
"wine setup_gog.exe" to run a gog installer
"LD_LIBRARY_PATH=/home/pi/mesa/lib/arm-linux-gnueabihf setarch linux32 -L wine game.exe" to run games

......shortcut................
crate a txt file with you app name and .sh as extension
use this example:
#!/bin/bash
LD_LIBRARY_PATH=/home/pi/mesa/lib/arm-linux-gnueabihf setarch linux32 -L wine explorer /desktop=shell,640x480 PPJ2DD.EXE
save, open a terminal there an do "sudo chmod +x name.sh"
then it should be working just do ./name.sh for testing porpoises