免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3726 | 回复: 0
打印 上一主题 下一主题

HOW-TO compile XBMC for Linux on Fedora Red Hat Enterprise Linux CentOS [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-07-11 10:41 |只看该作者 |倒序浏览
HOW-TO compile XBMC for Linux on Fedora Red Hat Enterprise Linux CentOS

It has been suggested that this article or section be merged into HOW-TO compile XBMC for Linux from source code. (Discuss)

Goto: Installing XBMC for Linux
Contents

    * 1 Checkout from subversion
    * 2 Install Packages
    * 3 Configure
    * 4 Build
    * 5 Install


This is a tutorial on how to install XBMC on Fedora 8/9 & CentOS 5.2
Checkout from subversion

svn co http://xbmc.svn.sourceforge.net/ ... hes/linuxport/XBMC/

Install Packages

Fedora 8, 9 or 10

rpm -Uvh http://download1.rpmfusion.org/f ... e-stable.noarch.rpm  \
http://download1.rpmfusion.org/n ... e-stable.noarch.rpm
CentOS 5 (32)
rpm -Uvh http://apt.sw.be/redhat/el5/en/i ... 6-1.el5.rf.i386.rpm
CentOS 5 (64)
rpm -Uvh http://apt.sw.be/redhat/el5/en/x ... 1.el5.rf.x86_64.rpm

Cut & Paste Fun

yum install SDL* glew glew-devel libmad-devel tre tre-devel libogg libogg-devel libvorbis libvorbis-devel boost \
boost-devel bzip2-devel bzip2-libs fribidi* lzo lzo-devel mysql-libs mysql-devel jasper jasper-devel faac faac-devel enca enca-devel hal hal-devel hal-libs cmake gperf nasm \
libXmu-devel fontconfig-devel freetype-devel libXinerama-devel pcre-devel gcc-c++ sqlite-devel curl-devel

*sudo ln -s /usr/lib/mysql/libmysqlclient.so.15.0.0 /usr/lib/libmysqlclient.so (i386)
*sudo ln -s /usr/lib64/mysql/libmysqlclient.so.15.0.0 /usr/lib64/libmysqlclient.so (x86_64)
Configure

cd XBMC/
./configure

With the above installed packages this should go smoothly
Build

make

    * jpegint.h error fix

cp XBMC/xbmc/lib/cximage-6.0/jpeg/jpegint.h /usr/include/

Then remake
Install

make install

When this completes you are done!
Simply log into Gnome (or KDE) and open up a terminal and type 'xbmc' and it will load.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP