Skip to content

Commit 04c29fd

Browse files
committed
Add StepMania installer script
1 parent 00bd9af commit 04c29fd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

games/stepmania/install_stepmania.sh

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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"

0 commit comments

Comments
 (0)