在opensolaris上安装mplayer

我的计算机是opensolaris 200906, 很好用,也很稳定,只是多媒体支持稍微差一点,所以我想安装mplayer,但是也许没有必要从源代码编译。然后我找到了这个:Murray Blakeman的博客 http://solaris.homeunix.com/?q=node/24

只需要三个步骤,就可以完成安装:
   1. "pkg set-authority -O http://ips.homeunix.com:10906 ips.homeunix.com" to add repository.
   2. "pkg refresh --full" to update catalog.
   3. "pkg install MBLmplayer" to install plugins.

:)

你可能感兴趣的:(Solaris)