pi icon indicating copy to clipboard operation
pi copied to clipboard

instructions for building on a Chromebook

Open michaelsmanley opened this issue 1 month ago • 1 comments

Just in case anyone wants to build the examples on the ChromeOS Linux environment, a number of libraries are not installed by default:

sudo apt install pkg-config libx11-dev libgl-dev libxcursor-dev libxi-dev libxrandr-dev libxxf86vm-dev libwayland-dev libasound2-dev libpulse-dev libxinerama-dev

After this, at least the snake example builds and runs just fine.

michaelsmanley avatar Oct 05 '25 14:10 michaelsmanley

Thank you @michaelsmanley ! I have added these instructions to docs/install-linux.md

elgopher avatar Oct 07 '25 05:10 elgopher