opensolaris下mplayer的安装

1。首先安装gcc,gmake等工具:
pfexec pkg install SUNWgcc SUNWgmake SUNWxorg-headers SUNWGtk SUNWsfwhea


2。下载源代码(见附件),解压并切换到解压目录

3。替换configure文件内容(自带的configure文件可能不能正常工作)

4。依次运行命令:
./configure --prefix=/opt/mplayer --enable-gui
gmake
gmake install

其中最后一步gmake install要先得到root权限(用su命令)

5。到官网下载皮肤文件,解压,将所有文件拷到目录/opt/mplayer/share/mplayer/skins/default

6。设置默认字体:
ln -s /usr/X11/lib/X11/fonts/TTF/DejaVuSans.ttf ~/.mplayer/subfont.ttf


7。运行:
/opt/mplayer/bin/gmplayer

/opt/mplayer/bin/mplayer

后者没有gui,前者有gui

你可能感兴趣的:(java,工作,gcc)