Created
May 4, 2020 14:37
-
-
Save WillSams/6ac67796190b11bfe20350ca7f971052 to your computer and use it in GitHub Desktop.
Box86 Install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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