Installing Endless Sky from source on openSUSE Tumbleweed
Install Git, SCons, and the dependencies needed to build Endless Sky from source.
zypper install git scons gcc-c++ SDL2-devel glew-devel \ libuuid-devel openal-soft-devel libpng16-devel libjpeg62-devel \ libmad-devel openal-soft-devel Mesa-libGL-devel
Download a copy of the master branch source code from Git, build and compile with SCons, and then run.
git clone https://github.com/endless-sky/endless-sky.git cd endless-sky scons ./endless-sky