-
Notifications
You must be signed in to change notification settings - Fork 32
Install Build Requirements
George L. Albany edited this page Mar 24, 2026
·
4 revisions
- Download the latest version of Python.
- Check "Add python.exe to PATH" and use the "Install Now" option.
- Open Command Prompt (
cmdin Start Menu) or Windows Powershell and runpython -m pip install scons==4.7.0. - Download Godot version listed in the README and extract.
- Install the Visual Studio Community C++ Tools.
-
Ensure all platform requirements are installed:
apt-get install \ build-essential \ scons \ pkg-config \ libx11-dev \ libxcursor-dev \ libxinerama-dev \ libgl1-mesa-dev \ libglu-dev \ libasound2-dev \ libpulse-dev \ libudev-dev \ libxi-dev \ libxrandr-dev \ libtbb-dev \
-
Download Godot version listed in the README and extract.
-
Ensure all platform requirements are installed:
pacman -S --needed \ scons \ pkgconf \ gcc \ libxcursor \ libxinerama \ libxi \ libxrandr \ mesa \ glu \ libglvnd \ alsa-lib \ pulseaudio
-
Download Godot version listed in the README and extract.
Warning
Do not use the godot Arch repository package, it is known to break for OpenVic, use the official release.