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
git clone https://github.com/godotengine/godot.git
cd godot
git checkout 3.2.3-stable
scons -j 6 platform=x11 module_webm_enabled=no tools=yes use_llvm=yes CCFLAGS="-mfpu=neon-vfpv4 -mfloat-abi=hard -mlittle-endian -munaligned-access"
bin/godot.x11.tools.64.llvm