domingo, octubre 25, 2009

Obtener el código fuente de Gnash usando bazar:

bzr branch http://bzr.savannah.gnu.org/r/gnash/trunk


Sitios webs del proyecto gnash:

http://savannah.gnu.org/bugs/?group=gnash


http://www.gnashdev.org/

http://www.gnu.org/software/gnash

http://www.getgnash.org




Si tienes un problema con que no tienes un tipo de entorno gráfico, eso se puede corregir específicando al momento de hacer el ./configure

(18:30:48) maximi89: rsavoye, but gnash requires qt4-devel for compiling, but only i have in my repositories of fedora 11 qt3-devel, how do you make for compile it?

(18:31:13) rsavoye: --enable-gui=kde3 or just --enable-gui=gtk

-------------------------------------------------------------------------------------------------

yum install gstreamer-devel gstreamer-plugins-base-devel agg-devel speex-devel qt3-devel csound dejagnu

Lo anterior se requiere para la instalación de Gnash desde el código fuente.


WARNING: without --enable-docbook we will use the cached
documentation files included in the gnash distribution.
If you change files in doc/C, you should --enable-docbook.
WARNING: You need to have the Ming development package
installed to run most of the tests in Gnash testsuite.
Install it from http://www.libming.org/
or .deb users: apt-get install libming-dev
WARNING: You need to have the Ming utilities package
installed to run most of the tests in Gnash testsuite.
Install it from http://www.libming.org
or .deb users: apt-get install libming-util
WARNING: You need to have the MTASC compiler packages installed
to run some of the tests in Gnash testsuite.
You can install it from http://mtasc.org
or .deb users: apt-get install mtasc
WARNING: You need to have the HAXE compiler package
version 2.00 or higher installed
to run some of the tests in Gnash testsuite.
You can install it from http://haxe.org
or .deb users: apt-get install haxe
WARNING: You need to have the 'swfmill' tool installed
to run some of the tests in Gnash testsuite.
You can install it from http://swfmill.org/
or .deb users: apt-get install swfmill
WARNING: You need to have 'swfc' from SWFTools installed
to run some of the tests in Gnash testsuite.
You can install it from http://www.swftools.org/
or .deb users: apt-get install swftools
WARNING: you need as3compile from SWFTools
to run some of the tests in Gnash testsuite.
You can install it from http://www.swftools.org/


todas esas advertencias sólo indican que permiten ciertas ventajas para debug del programa o otras características, no son realmente necesarias para un usuario común.

Ahora, luego de haber hecho:

./configure
make


y construir un paquete .deb o .rpm, o hasta simplemente instalar desde el código fuente con:
make install

Estarías listo o al menos deberías estarlo para por ahora ayudar a mejorar o simplemente disfrutar de las funciones de gnash.

Para más información visita los sitios que entregué al comienzo o el sitio web de desarrollo gnash: http://www.gnashdev.org

No hay comentarios.: