关于StepMania的问题

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
windcoder
帖子: 14
注册时间: 2008-08-19 18:20

关于StepMania的问题

#1

帖子 windcoder » 2011-11-15 21:46

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没有任何反映,是怎么回事
头像
YZMSQ
帖子: 575
注册时间: 2009-06-01 10:48
来自: 杭州

Re: 关于StepMania的问题

#2

帖子 YZMSQ » 2011-11-16 9:47

打开终端,切换到你那个stepmania的文件夹下,运行它:

代码: 全选

./stepmania
看看有什么提示的。
Linux/Unix命令行手册:Unix Toolbox
一位坛友推荐的学习Linux/Unix的好书:传送门
A life without passion resembles the shadow from a grave.
头像
windcoder
帖子: 14
注册时间: 2008-08-19 18:20

Re: 关于StepMania的问题

#3

帖子 windcoder » 2011-12-06 19:38

$ ./stepmania
./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的问题

#4

帖子 YZMSQ » 2011-12-06 22:46

代码: 全选

sudo apt-get install libjpeg62
?
Linux/Unix命令行手册:Unix Toolbox
一位坛友推荐的学习Linux/Unix的好书:传送门
A life without passion resembles the shadow from a grave.
头像
windcoder
帖子: 14
注册时间: 2008-08-19 18:20

Re: 关于StepMania的问题

#5

帖子 windcoder » 2011-12-06 23:19

代码: 全选

$ sudo apt-get install libjpeg62
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
libjpeg62 已经是最新的版本了。
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 2 个软件包未被升级。
头像
YZMSQ
帖子: 575
注册时间: 2009-06-01 10:48
来自: 杭州

Re: 关于StepMania的问题

#6

帖子 YZMSQ » 2011-12-07 10:16

代码: 全选

sudo apt-get install libjpeg8
?
Linux/Unix命令行手册:Unix Toolbox
一位坛友推荐的学习Linux/Unix的好书:传送门
A life without passion resembles the shadow from a grave.
头像
windcoder
帖子: 14
注册时间: 2008-08-19 18:20

Re: 关于StepMania的问题

#7

帖子 windcoder » 2011-12-08 7:56

代码: 全选

sudo apt-get install libjpeg8
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
E: 无法找到软件包 libjpeg8
头像
windcoder
帖子: 14
注册时间: 2008-08-19 18:20

Re: 关于StepMania的问题

#8

帖子 windcoder » 2011-12-08 8:03

从网上下载libjpeg8.deb安装后,运行

代码: 全选

./stepmania
./stepmania: error while loading shared libraries: libGLEW.so.1.5: cannot open shared object file: No such file or directory
头像
YZMSQ
帖子: 575
注册时间: 2009-06-01 10:48
来自: 杭州

Re: 关于StepMania的问题

#9

帖子 YZMSQ » 2011-12-08 13:35

代码: 全选

sudo apt-get install libglew1.5
我看了看软件包内的说明:
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
lz可能还需要再安装一些函数库,可以去新立得里搜一下,应该可以找得到的。
Linux/Unix命令行手册:Unix Toolbox
一位坛友推荐的学习Linux/Unix的好书:传送门
A life without passion resembles the shadow from a grave.
回复