Can anyone provide me with a step by step guide for how to setup the the box86 emulator on my Gameshell? I’ve looked through the forum, but I haven’t been able to find any clear answers for how exactly to setup Box86. Thanks for the help!
Can anyone provide me with a step by step guide for how to setup the the box86 emulator on my Gameshell? I’ve looked through the forum, but I haven’t been able to find any clear answers for how exactly to setup Box86. Thanks for the help!
cd /tmp
git clone https://github.com/ptitSeb/box86.git --depth 1
cd box86; mkdir build; cd build
cmake .. -DRPI2=1; make -j4
sudo make install
you need cmake
sudo apt-get install cmake