How do I setup and use Box86 on my Gameshell

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

I tried copying and pasting the code, but it didn’t compile. Here’s my screen for reference.

you need cmake

sudo apt-get install cmake

1 Like