|

楼主 |
发表于 2003-8-21 15:12:17
|
显示全部楼层
1. #cd /usr/ports/multimedia/linux-realplayer
2. #make ----------#关键就在这地方,这时会给出一个提示,让你到real的网站下载两个文件。提示如下:
===> linux-realplayer-8.cs2_3 may not be automatically fetched due to licensingrestrictions. You MUST manually fetch the Linux RPM version after reading andagreeing to the license at: http://scopes.real.com/real/player/unix/unix.html -
once rp8_linux20_libc6_i386_cs2_rpm rv9_libc6_i386_cs2.tgz:update has been downl
oaded, move it to /usr/ports/distfiles and then restart this build..
3. 下载文件:
(1). 下载rp8_linux20_libc6_i386_cs2_rpm
http://scopes.real.com/real/player/unix/unix.html
打开上面的链接,按页面上的要求填写一些信息,注意看上面的要求,关键是 OS 选 linux 2.x(libc6 i386)RPM
(2). 下载 rv9_libc6_i386_cs2.tgz
地址: http://docs.real.com/docs/playerpatch/unix/rv9_libc6_i386_cs2.tgz
4. 上述两个文件下载下来后把它们移到 /usr/ports/distfiles
5. 仍然在/usr/ports/multimedia/linux-realplayer下
#make install clean
安装完成后realplay会自动启动,按要求填写一些信息就行了! |
|