Download the program
Click over to our Downloads page.
Click the Linux Binary (Source code available for advanced users)
You will now be at the SourceForge file download page.
Depending on your browser, a File Download window will pop up. Choose a place to save the StepMania archive -- preferably a place you keep other programs that do not supply .rpm's or .deb's, such as /opt or /home/USERNAME/otherprograms.
After the download finishes, find where you saved the StepMania file and extract the archive (right click --> extract here)
Launch StepMania
There are two ways methods to running Stepmania
Double click stepmania from the Stepmania folder
Create shortcut in K Menu or Gnome Menu, launch from there
双击StepMania没有任何反映,是怎么回事
关于StepMania的问题
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
- windcoder
- 帖子: 14
- 注册时间: 2008-08-19 18:20
- YZMSQ
- 帖子: 575
- 注册时间: 2009-06-01 10:48
- 来自: 杭州
Re: 关于StepMania的问题
打开终端,切换到你那个stepmania的文件夹下,运行它:
看看有什么提示的。
代码: 全选
./stepmania
Linux/Unix命令行手册:Unix Toolbox
一位坛友推荐的学习Linux/Unix的好书:传送门
A life without passion resembles the shadow from a grave.
一位坛友推荐的学习Linux/Unix的好书:传送门
A life without passion resembles the shadow from a grave.
- windcoder
- 帖子: 14
- 注册时间: 2008-08-19 18:20
Re: 关于StepMania的问题
$ ./stepmania
./stepmania: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
./stepmania: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
- YZMSQ
- 帖子: 575
- 注册时间: 2009-06-01 10:48
- 来自: 杭州
Re: 关于StepMania的问题
代码: 全选
sudo apt-get install libjpeg62
Linux/Unix命令行手册:Unix Toolbox
一位坛友推荐的学习Linux/Unix的好书:传送门
A life without passion resembles the shadow from a grave.
一位坛友推荐的学习Linux/Unix的好书:传送门
A life without passion resembles the shadow from a grave.
- windcoder
- 帖子: 14
- 注册时间: 2008-08-19 18:20
Re: 关于StepMania的问题
代码: 全选
$ sudo apt-get install libjpeg62
正在分析软件包的依赖关系树
正在读取状态信息... 完成
libjpeg62 已经是最新的版本了。
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 2 个软件包未被升级。
- YZMSQ
- 帖子: 575
- 注册时间: 2009-06-01 10:48
- 来自: 杭州
Re: 关于StepMania的问题
代码: 全选
sudo apt-get install libjpeg8
Linux/Unix命令行手册:Unix Toolbox
一位坛友推荐的学习Linux/Unix的好书:传送门
A life without passion resembles the shadow from a grave.
一位坛友推荐的学习Linux/Unix的好书:传送门
A life without passion resembles the shadow from a grave.
- windcoder
- 帖子: 14
- 注册时间: 2008-08-19 18:20
Re: 关于StepMania的问题
代码: 全选
sudo apt-get install libjpeg8
正在分析软件包的依赖关系树
正在读取状态信息... 完成
E: 无法找到软件包 libjpeg8
- windcoder
- 帖子: 14
- 注册时间: 2008-08-19 18:20
Re: 关于StepMania的问题
从网上下载libjpeg8.deb安装后,运行
./stepmania: error while loading shared libraries: libGLEW.so.1.5: cannot open shared object file: No such file or directory
代码: 全选
./stepmania
- YZMSQ
- 帖子: 575
- 注册时间: 2009-06-01 10:48
- 来自: 杭州
Re: 关于StepMania的问题
代码: 全选
sudo apt-get install libglew1.5
lz可能还需要再安装一些函数库,可以去新立得里搜一下,应该可以找得到的。If you have some troubles, try to run `stepmania-ll`.
stepmania requires:
glibc >= 2.14
glibcxx >= 3.4.13
glew == 1.5
ffmpeg >= 0.7.4 < 0.8.1
mesa
libGL
libjpeg == 8c
libtheora >= 1.1.1
libvorbis >= 1.3
libogg >= 1.3
libxcb >= 1.7
libmad
libpulse
stepmania-ll deps:
glibcxx >= 3.4.15
glew == 1.7
Linux/Unix命令行手册:Unix Toolbox
一位坛友推荐的学习Linux/Unix的好书:传送门
A life without passion resembles the shadow from a grave.
一位坛友推荐的学习Linux/Unix的好书:传送门
A life without passion resembles the shadow from a grave.