Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Visual Pinball (Linux) ====== [[blog:pinball_cab:index|Back to Virtual Pinball / Arcade Cabinet Index]] ==== Compiling Visual Pinball X (standalone version) ==== <code> 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) </code> ==== Updated VBScripts ==== Not all features of the VBScript that some emulated tables use is supported on Linux. A lot of tables have had patches released; these updated **.vbs** files need to be downloaded and placed in the same directory as the **.vbx** table file: * https://github.com/jsm174/vpx-standalone-scripts blog/pinball_cab/vpinball_linux.txt Last modified: 2024/12/26 11:46by john