Skip to content

Instantly share code, notes, and snippets.

@WillSams
Created May 4, 2020 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WillSams/6ac67796190b11bfe20350ca7f971052 to your computer and use it in GitHub Desktop.
Save WillSams/6ac67796190b11bfe20350ca7f971052 to your computer and use it in GitHub Desktop.
Box86 Install
sudo apt install git cmake
git clone https://github.com/ptitSeb/box86.git
cd box86
mkdir build && cd build && cmake .. -DRPI4=1 && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment