<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18702"></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT size=2 face=Verdana><SPAN 
class=896282617-30062011>Arturo!</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT size=2 face=Verdana><SPAN 
class=896282617-30062011>Como estas</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT size=2 face=Verdana><SPAN 
class=896282617-30062011></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT size=2 face=Verdana><SPAN 
class=896282617-30062011>Esto es lo que use para instalar!</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT size=2 face=Verdana></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT size=2 face=Verdana></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT size=2 face=Verdana><SPAN 
class=896282617-30062011>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT size=2 face=Verdana>Instalar la base solamente de 
Debian 6.0</FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT>&nbsp;</DIV><FONT size=2 face=Verdana>
<DIV dir=ltr align=left><BR>Cuando iniciamos por primera vez no tenemos el 
/dev/fb0 (framebuffer activado)<BR>entonces editamos&nbsp; <BR># nano 
/etc/default/grub <BR>modificamos 
<BR>GRUB_CMDLINE_LINUX_DEFAULT="quiet"<BR>por<BR>GRUB_CMDLINE_LINUX_DEFAULT="vga=788 
spash quiet"</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left>ejecutamos <BR># update-grub<BR>y reiniciamos</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left>instalamos los paquetes<BR># apt-get install libtool 
autoconf make automake g++ libssl-dev pkg-config libpng12-dev libdirectfb-dev 
cmake libavformat-dev libxine-dev liblua5.1-0-dev liblua5.1-socket2 
libcurl4-openssl-dev libxerces-c-dev libboost-dev libdb4.7-dev 
libboost-thread-dev libboost-filesystem-dev libboost-regex1.40-dev 
libavcodec-dev libxine1-ffmpeg libgtest-dev</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left>Esta lista la saqu� de la wiki de la comunidad, pero 
para debian 6.0 hay que realizarle algunas modificaciones.<BR>Le agregamos make 
, y cambiamos libboost-regex1.40-dev por libboost-regex1.42-dev</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><BR>instalamos para bajar las fuentes <BR># apt-get 
install subversion git</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left>bajamos las fuentes de fusionsound<BR># git clone 
git://git.directfb.org/git/directfb/core/FusionSound.git</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left>Una vez que tenemos los fuentes, simplemente los 
compilamos. Hay que tener en cuenta que el proceso de configuraci�n (que 
usualmente se hace con ./configure) se hace con ./autogen.sh. <BR># cd 
FusionSound<BR># ./autogen.sh<BR># make<BR># make install</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left>bajo la versi�n 1.2.0 de ginga.ar<BR># svn checkout 
svn://scm.ourproject.org/svnroot/ginga/middleware/ginga.ar/tags/release/1.2.0</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><BR>Se puede crear un directorio /home/lifia/build/ para 
que queden los resultados intermedios de la compilaci�n</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left>&nbsp;Definir la variable de entorno DEPOT para que 
punta a /home/lifia/<BR># export DEPOT=/home/lifia/</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left>11- Construcci�n de 'telemidia-links'<BR>Definir PREFIX 
</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left># export PREFIX=/usr<BR>Entrar al directorio de 
telemidia-links y construirlo </DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left># cd /home/lifia/src/telemidia-links<BR># 
../build_telemidia-links.sh <BR># make<BR># make install</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left>12- Construcci�n del resto<BR>Editar 
/home/lifia/config/SetupUser.cmake para que los binarios se generen en 
/home/lifia/ginga. Modificar las siguientes 
lineas<BR>&nbsp;set(CMAKE_INSTALL_PREFIX 
/tmp/ginga)<BR>&nbsp;set(CMAKE_CONFIG_INSTALL_PREFIX /tmp/ginga)<BR>&nbsp;Para 
que digan:<BR>&nbsp;set(CMAKE_INSTALL_PREFIX 
/home/lifia/ginga)<BR>&nbsp;set(CMAKE_CONFIG_INSTALL_PREFIX 
/home/lifia/ginga)<BR>Editar /home/lifia/config/SetupGlobal.cmake para 
desactivar los tests. Modificar la l�nea:<BR>&nbsp;set(COMPILE_TESTS 
1)<BR>&nbsp;Para que diga:<BR>&nbsp;set(COMPILE_TESTS 0)<BR>Ir al directorio de 
build y construir ginga </DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left># cd /home/lifia/build <BR># ../src/ginga.sh 
PC<BR>Esperar a que termine la compilaci�n</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left>13- Configuraci�n final<BR>Verificar que el archivo 
/etc/ld.so.conf.d/ginga.conf tenga las siguientes l�neas, agregar las que sean 
necesarias:<BR>&nbsp;/usr/lib/ginga<BR>&nbsp;/home/lifia/ginga/lib/lifia<BR>Actualizar 
el linker din�mico<BR># ldconfig<BR>Copiar 
/home/lifia/ginga/share/lua/5.1/tcp_event.lua a 
/usr/share/lua/5.1/tcp_event.lua</DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left>falta agregar al .bashrc para ejecutar ginga desde 
cualquier lugar<BR># export PATH="$PATH:/home/lifia/ginga/sbin"</FONT></DIV><BR>
<DIV dir=ltr lang=es class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>De:</B> ginga-argentina-bounces@lists.ourproject.org 
[mailto:ginga-argentina-bounces@lists.ourproject.org] <B>En nombre de </B>Arturo 
Zambrano<BR><B>Enviado el:</B> Jueves, 30 de Junio de 2011 10:36 
a.m.<BR><B>Para:</B> Lista de la comunidad argentina de Ginga<BR><B>Asunto:</B> 
Re: [Ginga-argentina] Instalacion Ginga 1.2.0<BR></FONT><BR></DIV>
<DIV></DIV>Como lo instalaste? siguiendo que &nbsp;pasos?
<DIV>Tu mail contiene muy poca informacion como para alguien pueda ayudar, 
&nbsp;imagino que por eso nadie lo contest�.</DIV>
<DIV><FONT size=2 face=Verdana></FONT><FONT size=2 
face=Verdana></FONT><BR></DIV>
<DIV>saludos</DIV>
<DIV><FONT size=2 face=Verdana></FONT><BR></DIV>
<DIV><BR>
<DIV class=gmail_quote>2011/6/28 Gabriel Carissimo <SPAN dir=ltr>&lt;<A 
href="mailto:gcarissimo@ryaco.com">gcarissimo@ryaco.com</A>&gt;</SPAN><BR>
<BLOCKQUOTE 
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
class=gmail_quote><U></U>
  <DIV>
  <DIV><SPAN><FONT size=2 face=Verdana>Hola </FONT></SPAN></DIV>
  <DIV><SPAN><FONT size=2 face=Verdana>Gente</FONT></SPAN></DIV>
  <DIV><SPAN><FONT size=2 face=Verdana>Me podr�an dar una mano, tengo instalado 
  Ginga 1.2.0 sobre deb�an squeeze, y no tengo soporte de Video, que deber�a 
  instalar/configurar?</FONT></SPAN></DIV>
  <DIV><SPAN><FONT size=2 face=Verdana></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN><FONT size=2 face=Verdana>Saludos</FONT></SPAN></DIV>
  <DIV><SPAN><FONT size=2 
  face=Verdana>Gabriel</FONT></SPAN></DIV></DIV><BR>__________________________________________Lista 
  de correo <A 
  href="mailto:Ginga-argentina@lists.ourproject.org">Ginga-argentina@lists.ourproject.org</A><BR>cambiar 
  suscripci&amp;#243;n: <A 
  href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/ginga-argentina" 
  target=_blank>https://lists.ourproject.org/cgi-bin/mailman/listinfo/ginga-argentina</A><BR>Sitio 
  web: <A href="http://comunidad.ginga.org.ar" 
  target=_blank>http://comunidad.ginga.org.ar</A><BR>Wiki: <A 
  href="http://wiki.ginga.org.ar" 
  target=_blank>http://wiki.ginga.org.ar</A><BR><BR></BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>