This is an old revision of the document!
Visual Pinball (Linux)
sudo apt install git build-essential cmake bison curl git clone -b standalone https://github.com/vpinball/vpinball cd vpinball/standalone/linux ./external.sh cd ../.. cp standalone/cmake/CMakeLists_gl-linux-x64.txt CMakeLists.txt cmake -DCMAKE_BUILD_TYPE=Release -B build cmake --build build -- -j$(nproc)