Building on openSUSE
Last updated: August 7, 2026
This was tested only on the openSUSE Tumbleweed
Updating the system
Please make sure to upgrade the system before installing new packages, by doing
zypper dup
Run a script to invoke automatic configuration
To be done
Alternative: manually configure the system
Installing packages
For building you would need to install additional packages
Loading...
Linking python3 as python
Some scripts might look for the python binary, since by default openSUSE does not have it, you would need to link it against the python3 by doing as root:
Loading...