第1步:
下载以下文件到桌面,并且解压
1) MPlayer-1.0rc2.tar.bz2
(http://www.mplayerhq.hu/MPlayer/releases/)
2) all-20071007.tar.bz2
3) windows-all-20071007.zip
(http://www.mplayerhq.hu/MPlayer/releases/codecs/)
4) 皮肤:Abyss-1.6.tar.bz2
(http://www.mplayerhq.hu/MPlayer/skins/)
第2步:
选择“应用程序 -> 系统工具 -> 终端”,执行
[root@localhost desktop]# mkdir /usr/lib/wincodecs/
[root@localhost desktop]# mkdir /usr/lib/codecs/
[root@localhost desktop]# mv all-20071007/* /usr/lib/codecs/
[root@localhost desktop]# mv windows-all-20071007/* /usr/lib/wincodecs/
第3步:
安装MPlayer
[root@localhost desktop]# mkdir /usr/local/MPlayer
[root@localhost desktop]# cd MPlayer-1.0rc2
[root@localhost MPlayer-1.0rc2]# ./configure --prefix=/usr/local/MPlayer --enable-gui --enable-
freetype --codecsdir=/usr/lib/codecs/ --win32codecsdir=/usr/lib/wincodecs/ --language=zh_CN
[root@localhost MPlayer-1.0rc2]# make
[root@localhost MPlayer-1.0rc2]# make install
注:
--prefix=/usr/local/MPlayer为安装路径
--enable-gui为安装图形化用户界面
--enable-freetype为调节字体
--codecsdir=/usr/local/codecs/
--win32codecsdir=/usr/lib/wincodecs/为指定解码位置,与MPlayer-1.0rc2不同
--language=zh_CN为中文语言
##万一出现问题,执行make clean命令,重新第3步
提示,编译时间比较长,而且比较消耗硬盘空间,所以要保证硬盘空间够,否则报出奇怪的错误,无法查证。
第4步:
安装皮肤
# cd /root/desktop
# mv Abyss /usr/local/MPlayer/share/mplayer/skins/
# cd /usr/local/MPlayer/share/mplayer/skins/
# mv Abyss default
第5步:
安装字体
#### RHEL5.2
# cp /usr/share/fonts/chinese/TrueType/uming.ttf /root/.mplayer/
#### Fedora 9.0
# cp /usr/share/fonts/zh_CN/TrueType/zysong.ttf /root/.mplayer/
# cd /root/.mplayer/
# mv zysong.ttf subfont.ttf
第6步:
安装成功,应用程序MPlayer路径:“/usr/local/MPlayer/bin/gmplayer”
++++++++++++++++++++++++++++++++
下面是执行make install命令的输出:
++++++++++++++++++++++++++++++++
[root@localhost MPlayer-1.0rc2]# make install
install -d /usr/local/MPlayer/bin
install -d /usr/local/MPlayer/share/mplayer
install -d /usr/local/MPlayer/share/man/man1
install -d /usr/local/MPlayer/etc/mplayer
if test -f /usr/local/MPlayer/etc/mplayer/codecs.conf ; then mv -f
/usr/local/MPlayer/etc/mplayer/codecs.conf /usr/local/MPlayer/etc/mplayer/codecs.conf.old ; fi
make -C libvo libvo.a
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libvo'
make[1]: `libvo.a' is up to date.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libvo'
make -C libao2
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libao2'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libao2'
make -C input
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/input'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/input'
make -C vidix
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/vidix'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/vidix'
make -C gui
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/gui'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/gui'
make -C libmpcodecs
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libmpcodecs'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libmpcodecs'
make -C libaf
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libaf'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libaf'
make -C libmpdemux libmpdemux.a
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libmpdemux'
make[1]: `libmpdemux.a' is up to date.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libmpdemux'
make -C stream
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/stream'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/stream'
make -C libswscale
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libswscale'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libswscale'
make -C libvo libosd.a
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libvo'
make[1]: `libosd.a' is up to date.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libvo'
make -C libavformat
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libavformat'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libavformat'
make -C libavcodec
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libavcodec'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libavcodec'
make -C libavutil
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libavutil'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libavutil'
make -C loader
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/loader'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/loader'
make -C mp3lib
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/mp3lib'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/mp3lib'
make -C liba52
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/liba52'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/liba52'
make -C libmpeg2
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libmpeg2'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libmpeg2'
make -C libfaad2
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libfaad2'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libfaad2'
make -C dvdread
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/dvdread'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/dvdread'
make -C libdvdcss
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libdvdcss'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libdvdcss'
make -C libass
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libass'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libass'
make -C osdep
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/osdep'
make[1]: Nothing to be done for `libs'.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/osdep'
install -m 755 -s mplayer /usr/local/MPlayer/bin
for i in en ; do \
if test "$i" = en ; then \
install -c -m 644 DOCS/man/en/mplayer.1
/usr/local/MPlayer/share/man/man1/ ; \
else \
install -d /usr/local/MPlayer/share/man/$i/man1 ; \
install -c -m 644 DOCS/man/$i/mplayer.1
/usr/local/MPlayer/share/man/$i/man1/ ; \
fi ; \
done
make -C libmpdemux libmpmux.a
make[1]: Entering directory `/root/桌面/MPlayer-1.0rc2/libmpdemux'
make[1]: `libmpmux.a' is up to date.
make[1]: Leaving directory `/root/桌面/MPlayer-1.0rc2/libmpdemux'
install -m 755 -s mencoder /usr/local/MPlayer/bin
for i in en ; do \
if test "$i" = en ; then \
cd /usr/local/MPlayer/share/man/man1 && ln -sf mplayer.1
mencoder.1 ; \
else \
cd /usr/local/MPlayer/share/man/$i/man1 && ln -sf mplayer.1
mencoder.1 ; \
fi ; \
done
ln -sf mplayer /usr/local/MPlayer/bin/gmplayer
install -d /usr/local/MPlayer/share/mplayer/skins
*** Download skin(s) at http://www.mplayerhq.hu/design7/dload.html
*** for GUI, and extract to /usr/local/MPlayer/share/mplayer/skins/
install -d /usr/local/MPlayer/share/pixmaps
install -m 644 etc/mplayer.xpm /usr/local/MPlayer/share/pixmaps/
install -d /usr/local/MPlayer/share/applications
install -m 644 etc/mplayer.desktop /usr/local/MPlayer/share/applications/
[root@localhost MPlayer-1.0rc2]#
./configure --prefix=/usr/local/MPlayer --enable-gui --enable-freetype --codecsdir=/usr/lib/codecs/
--win32codecsdir=/usr/lib/wincodecs/ --language=zh_CN


mxh4640 于 2009-12-27 19:06:01发表:
来看看,比较详细
yanyongkg 于 2009-12-27 15:42:01发表:
我CentOS,这几天找aalib的资料进到这了,楼主的方法正解而且很详细,感觉好多人只知道照着这样可以成功但不知道其中原因每一步是干嘛的,建议源码安装一定要多看README,还有./configure --help,29楼的有个路径都打错了,,怎么通得过,,
xzj4167 于 2009-08-18 19:52:15发表:
说实话,我还真没有编译安装过mplayer。
学习了
shirley_4 于 2009-08-18 17:48:00发表:
太多东西要学了
balini 于 2009-08-18 17:14:39发表:
(e:e2s
谁明浪子心 于 2009-07-12 19:52:36发表:
先收藏起来,谢谢楼主。
lxslxs 于 2009-07-12 19:01:42发表:
出现问题,现将操作步凑列出,请大侠指点一下:
[root@localhost ~]# mv /all-20071007* /usr/lib/codecs/
mv: 无法 stat “/all-20071007*”: 没有那个文件或目录
[root@localhost ~]# mv /root/Desktop/all-20071007* /usr/lib/codecs/
[root@localhost ~]# mv /root/Desktop/windows-all-20071007/* /usr/lib/wincodecs/
[root@localhost ~]# mkdir /usr/local/MPlayer
[root@localhost ~]# cd MPlayer-1.0rc2
bash: cd: MPlayer-1.0rc2: 没有那个文件或目录
[root@localhost ~]# cd /root/Desktop/MPlayer-1.0rc2
[root@localhost MPlayer-1.0rc2]# /configure --prefix=/usr/local/MPlayer --enable-gui --enable-
bash: /configure: 没有那个文件或目录
[root@localhost MPlayer-1.0rc2]#
[root@localhost MPlayer-1.0rc2]# freetype --codecsdir=/usr/lib/codecs/ --win32codecsdir=/usr/lib/wincodecs/ --language=zh_CN
bash: freetype: command not found
[root@localhost MPlayer-1.0rc2]# ./configure --prefix=/usr/local/MPlayer --enable-gui --enable-
bash: ./configure: 没有那个文件或目录
[root@localhost MPlayer-1.0rc2]# cd /root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2
[root@localhost MPlayer-1.0rc2]# /configure --prefix=/usr/local/MPlayer --enable-gui --enable-
bash: /configure: 没有那个文件或目录
[root@localhost MPlayer-1.0rc2]#
[root@localhost MPlayer-1.0rc2]# freetype --codecsdir=/usr/lib/codecs/ --win32codecsdir=/usr/lib/wincodecs/ --language=zh_CN
bash: freetype: command not found
[root@localhost MPlayer-1.0rc2]# ./configure --prefix=/usr/local/MPlayer --enable-gui --enable-
Unknown parameter: --enable-
[root@localhost MPlayer-1.0rc2]#
[root@localhost MPlayer-1.0rc2]# make
Makefile:7: config.mak: 没有那个文件或目录
############################################################
####### Please run ./configure again - it's changed! #######
############################################################
make: Nothing to be done for `all'.
[root@localhost MPlayer-1.0rc2]# make clean
Makefile:7: config.mak: 没有那个文件或目录
############################################################
####### Please run ./configure again - it's changed! #######
############################################################
rm -f *.o *.a *~
rm -f mplayer mencoder codec-cfg \
codecs2html codec-cfg-test cpuinfo \
codecs.conf.h help_mp.h version.h
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/dvdread'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/dvdread'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/gui'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/gui'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/input'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/input'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/liba52'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/liba52'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libaf'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libaf'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libao2'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libao2'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libass'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libass'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libavcodec'
Makefile:5: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libavcodec'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libavformat'
Makefile:5: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libavformat'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libavutil'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libavutil'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libdvdcss'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libdvdcss'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libfaad2'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libfaad2'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libmenu'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libmenu'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libmpcodecs'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libmpcodecs'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libmpdemux'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libmpdemux'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libmpeg2'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libmpeg2'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libpostproc'
Makefile:2: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libpostproc'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libswscale'
Makefile:2: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libswscale'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libvo'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/libvo'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/loader'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/loader'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/mp3lib'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/mp3lib'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/osdep'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/osdep'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/stream'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/stream'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/tremor'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/tremor'
make[1]: Entering directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/vidix'
Makefile:1: ../config.mak: 没有那个文件或目录
make[1]: *** 没有规则可以创建目标“../config.mak”。 停止。
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2/vidix'
make: *** [clean] 错误 2
[root@localhost MPlayer-1.0rc2]# mkdir /usr/local/MPlayer
mkdir: 无法创建目录 “/usr/local/MPlayer”: 文件已存在
[root@localhost MPlayer-1.0rc2]# cd MPlayer-1.0rc2
bash: cd: MPlayer-1.0rc2: 没有那个文件或目录
[root@localhost MPlayer-1.0rc2]# cd /root/Desktop/MPlayer-1.0rc2
[root@localhost MPlayer-1.0rc2]# ./configure --prefix=/usr/local/MPlayer --enable-gui --enable-
bash: ./configure: 没有那个文件或目录
[root@localhost MPlayer-1.0rc2]#
[root@localhost MPlayer-1.0rc2]# freetype --codecsdir=/usr/lib/codecs/ --win32codecsdir=/usr/lib/wincodecs/ --language=zh_CN
bash: freetype: command not found
[root@localhost MPlayer-1.0rc2]# cd /root/Desktop/MPlayer-1.0rc2/MPlayer-1.0rc2
[root@localhost MPlayer-1.0rc2]# ./configure --prefix=/usr/local/MPlayer --enable-gui --enable-
Unknown parameter: --enable-
[root@localhost MPlayer-1.0rc2]#
[root@localhost MPlayer-1.0rc2]# make
Makefile:7: config.mak: 没有那个文件或目录
############################################################
####### Please run ./configure again - it's changed! #######
lxslxs 于 2009-07-12 18:55:17发表:
10# aa65535
lxslxs 于 2009-07-12 17:35:00发表:
好复杂,好东西。
jiehe 于 2009-06-16 09:37:46发表:
老天,这么麻烦啊。
xyduht 于 2009-06-16 09:16:48发表:
看了好贴岂能不回
ll2l 于 2009-06-16 08:46:44发表:
图形界面 也要这么麻烦吗?
lhhb520520 于 2009-06-15 20:54:00发表:
不错,顶起
mdtl888 于 2009-06-15 15:01:39发表:
好,谢谢
撒网精英 于 2009-06-15 08:57:26发表:
好啊,我们大家都来学习
wszxxa 于 2009-06-13 14:43:29发表:
呵呵 装过了
ghyhot 于 2009-06-12 10:39:21发表:
先留着,以后用到的时候再看!
q44640064 于 2009-06-12 10:35:26发表:
学习一下 收藏啦!!!!!!
zuoshi 于 2009-06-10 14:47:04发表:
太复杂了,还是等入了门再来拜读吧
aa65535 于 2009-05-02 23:10:47发表:
简单的需要说吗?我试过这个方法,但是这样支持的格式不如自己编译的多。
aa65535 于 2009-05-02 23:07:41发表:
我是复制我自己的,一般的软件安装都需要编译环境,难道还要我说明?
我感觉你的是Ubuntu,但是我是在fedora上面安装的,安装的很完全(包含编译环境)。
tarim-x 于 2009-05-02 13:05:51发表:
最简单的是用命令 yum install gnome-mplayer 有图形化界面的。
manhua4 于 2009-05-02 11:11:10发表:
这样做我就没成功过,网上看的还需要有编译环境,一看你这个就知道是复制过来的,没网络的linux就一垃圾
zhangzhaoi 于 2009-05-01 18:02:42发表:
yum install mplayer
aa65535 于 2009-05-01 00:41:35发表:
自己顶一下。
aa65535 于 2009-05-01 00:41:34发表:
自己顶一下。
ever__f 于 2009-04-30 14:17:28发表:
也来学习学习。。。。。。
aa65535 于 2009-04-30 09:25:35发表:
:0wmjh(1
panda2331 于 2009-04-30 01:17:40发表:
好帖子,收藏了~
hexing2424 于 2009-04-29 21:28:47发表:
好东西啊,收藏了:0wpoi2
wang7131984 于 2009-04-29 11:57:02发表:
还有一个问题,VIM能看么.........红联的服务器不行了,该换换了。
wang7131984 于 2009-04-29 11:54:33发表:
EMACS能看电影么..........
风中听雨 于 2009-04-29 10:35:36发表:
学习一下
Hanwei 于 2009-04-29 09:35:42发表:
学习一下