Install Fedora with full dev tools, then install the following packages.
Code:
sudo 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 nasmCreate this sym link:
Code:
sudo ln -s /usr/lib/mysql/libmysqlclient.so.15.0.0 /usr/lib/libmysqlclient.soI also had to edit the following file from the latest svn (latest as of 40 minutes ago)
XBMC/xbmc/utils/CharsetConverter.h
from
Code:
#else
#include <iconv.h>
#include <fribidi/fribidi.h>
#include <fribidi/fribidi_char_sets.h>
#endifCode:
#else
#include <iconv.h>
#include <lib/libfribidi/fribidi.h>
#include <lib/libfribidi/fribidi_char_sets.h>
#endifSo far, so good after all that. Hope that helps other Fedora users.

Search
Help