File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ #! /usr/bin/env sh
2+ set -eu
3+
4+ # This script configures StepMania dependencies for Ubuntu.
5+
6+ # Download StepMania here:
7+ # https://www.stepmania.com/download/
8+
9+ # Songs
10+ # https://search.stepmaniaonline.net/
11+
12+ # This PPA does not work on Ubuntu 24.10,
13+ # as it contains dependencies to old packages.
14+ # https://launchpad.net/~ubuntuhandbook1/+archive/ubuntu/stepmania
15+
16+ # https://www.reddit.com/r/Stepmania/comments/bkmy8q/stepmania_isnt_opening_on_linux/
17+ # https://www.codeweavers.com/support/forums/general/?t=26;mhl=149152;msg=149152
18+ sudo apt-get install libjpeg62 libpcre3
19+
20+ # https://github.com/stepmania/stepmania/issues/2186#issuecomment-1079837345
21+ sudo ln -s " /lib/x86_64-linux-gnu/libva.so.2" " /lib/x86_64-linux-gnu/libva.so.1"
You can’t perform that action at this time.
0 commit comments