|
发表于 2006-2-1 23:31:07
|
显示全部楼层
其实去网站下载了MPlayer-1.0pre7try2和essential-20050412,Blue-1.5,font-arial-iso-8859-1四个相应最新版软件,解开MPlayer的包里就有readmewen文件,里面写得挺明白的。
Requirements:
- You need a working development environment that can compile programs.
On popular Linux distributions, this means having the glibc development
package(s) installed.
- To compile MPlayer with X11 support, you need to have the XFree86 development
packages installed.
- For the GUI you need the libpng and GTK 1.2 development packages.
然后用apt-cache search找找相关的包装上就行了,个人认为相对其它软件MPlayer还是比较好找的。
我找的结果如下:
1)安装libpng3 和 libpng3-dev两个包
2)安装x-window-system-dev
3)安装libgtk1.2-dev
4)然后就可以make 和make install了
不知道这样回答能不能帮到你。 |
|