#!/bin/bash # # These only provide 64 bit targets. # # Linux Support apt-get -y install \ autotools \ build-essential \ scons \ pkg-config \ xxd \ upx-ucl \ libx11-dev \ libxcursor-dev \ libxinerama-dev \ libgl1-mesa-dev \ libglu-dev \ libasound2-dev \ libpulse-dev \ libudev-dev \ libxi-dev \ libxrandr-dev # Windows Support apt-get -y install mingw-w64 # Update Windows Compiler Settings # #sudo update-alternatives --config x86_64-w64-mingw32-gcc # #sudo update-alternatives --config x86_64-w64-mingw32-g++ # # MacOS # https://docs.godotengine.org/en/stable/contributing/development/compiling/compiling_for_macos.html#cross-compiling-for-macos-from-linux