Ya tenemos disponible una primera versión del famoso XBMC. Preparados por que se trata de una revolución, llega el mejor Media Center para el mejor escritorio, esto puede ser un bombazo.
Espero que os funcione (de momento no he podido probarlo, pero me gustaría que comentarais vuestras experiencias):
-teneis que tener instalado subversion, si no lo teneis proceder a instalarlo con:
sudo apt-get install subversion
cd $HOME
svn checkout
https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC
- Ubuntu 7.04, requiere las siguientes librerias:
sudo apt-get install make g++-4.1 gcc-4.1 libsdl1.2-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libsdl-sound1.2-dev libsdl-stretch-dev libcdio6 libcdio-dev libfribidi0 libfribidi-dev liblzo1 liblzo-dev libfreetype6 libfreetype6-dev libsqlite3-0 libsqlite3-dev libogg-dev libsmbclient-dev libsmbclient libasound2-dev python2.4-dev python2.4 python-sqlite libglew1 libglew-dev libcurl3-dev g++ gawk x11proto-xinerama-dev libxinerama-dev
- Lo compilamos, este manual esta sacado del fichero README.LINUX:
OpenGL 3D version (requires gfx-adapter that has supported OpenGL hw acceleration, set bitdepth to 24bpp or 32bpp)
./configure
make
SDL 2D version (much much slower GUI rendering but works on all adapters and bitdepths)
./configure --disable-gl
make
No debug information (smaller executable, no FreeMem text in screens):
./configure --disable-debug
make
No debug information and 2D:
./configure --disable-debug --disable-gl
make
Quicker compilation; by adding -j
to the make command, you describe how many cores will be used. So for dualcore the commands are:
make -j2
or
make -j2 sdl_2d
- si no ha dado ningun error, Lo ejecutamos con:
./noT3CH.sh
cd BUILD
./XboxMediaCenter
* Podéis comentar los posibles errores y dejar vuestras soluciones para corregir el manual de instalacion.