Created
November 22, 2024 23:02
-
-
Save joegaffey/7014e3b0859f8037ec6af55553f98611 to your computer and use it in GitHub Desktop.
box2d install Chromebook
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 libegl1-mesa-dev libwayland-dev libxkbcommon-dev wayland-protocols | |
git clone https://github.com/erincatto/box2d.git | |
cd box2d | |
./build.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment