Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.13 KB

COMPILING.md

File metadata and controls

25 lines (16 loc) · 1.13 KB

Compiling

NOTES:

  • Up until 3.2.4 beta 4 there was an audio issue with Godot on a Raspberry Pi. To compile prior versions with the audio issue fixed, all references to uint8_t must be changed to int16_t in drivers/alsa/audio_driver_alsa.cpp.

Requirements

Compile on the Raspberry Pi

Cross-compile from Linux x86_64

You can use cross-compile-godot-raspberry-pi, a script to easily cross-compile Godot binaries for the Raspberry Pi from Linux x86_64.