OggPlay/Linux: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
No edit summary
 
Line 11: Line 11:
''./autogen.sh<br>
''./autogen.sh<br>
./configure<br>
./configure<br>
make; make install<br>
make; make install''<br>


3. As a result of the checkout you should have a ''plugin'' directory under
3. As a result of the checkout you should have a ''plugin'' directory under
Line 32: Line 32:


If you can see the video playing using either method the plugin is successfully  
If you can see the video playing using either method the plugin is successfully  
installed. Enjoy!
installed. The plugin prerequisited as well as detailed instructions how to compile and install plugin on Linux can be found in the README file located in root directory of ''./liboggplay'' library. Enjoy!

Revision as of 02:02, 18 June 2007

Linux OggPlay Mozilla Firefox plugin installation

1. It is assumed that you managed to check out current sources of the plugin from http://svn.annodex.net/liboggplay/trunk tree (e.g. svn co http:\\svn.annodex.net\liboggplay\trunk ./liboggplay). The rest of the installation steps assume that you checked out the code to the ./liboggplay directory.

2. To compile liboggplay, in the main 'liboggplay' directory do:

./autogen.sh
./configure
make; make install

3. As a result of the checkout you should have a plugin directory under the liboggplay tree. After a sucessful build you should have the following files:

plugin/.libs/libnpoggplugin.so
plugin/npliboggplugin.xpt

Copy those file to .mozilla/plugins in your local directory by executing copy-plugin.sh or directly copying them e.g.

cd plugin
cp .libs/libnpoggplugin.so $HOME/.mozilla/plugins
cp npliboggplugin.xpt $HOME/.mozilla/plugins

4. The 'plugin' directory also has a test html page you can use to test the plugin (see ./plugin/test/test.html). Alternatively, you can go to: http://media.annodex.net/cmmlwiki/SFD2005-Trailer to test the plugin.

If you can see the video playing using either method the plugin is successfully installed. The plugin prerequisited as well as detailed instructions how to compile and install plugin on Linux can be found in the README file located in root directory of ./liboggplay library. Enjoy!