[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] Gnash plugin for Mozilla
From: |
annonygmouse |
Subject: |
Re: [Gnash] Gnash plugin for Mozilla |
Date: |
Tue, 15 Aug 2006 22:10:30 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; ca-AD; rv:1.7.13) Gecko/20060809 Debian/1.7.13-0.3 |
Prasanna Kumar K wrote:
Can anyone please send a Gnash plugin for Mozilla.
Currently the plugin does only work for Mozilla FIREFOX 1.5.x
To build it all you have to do is execute the following lines:
export CVS_RSH="ssh" && cvs -z3
-d:pserver:address@hidden:/sources/gnash co gnash
this will check out the CVS version of gnash.
Then it's time to build it:
cd gnash && ./autogen.sh && ./configure --enable-plugin
--enable-sound=gst && make && make install
This will build gnash and install the mozilla firefox plugin.
Hope it helps.
SebastiĆ