Skip to content

Instantly share code, notes, and snippets.

@malduarte
malduarte / godot.md
Last active December 6, 2020 15:36
godot build instructions for raspberry PI 4

Install dependencies

sudo apt install build-essential scons clang pkg-config libx11-dev libxcursor-dev libxinerama-dev libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev libfreetype6-dev libudev-dev libxi-dev libxrandr-dev yasm

Checkout godot

git clone https://github.com/godotengine/godot.git

cd godot

checkout supported version

git checkout 3.2.3-stable