This is the README file for the Netscape audio/basic plugin for SGI /
Irix v0.99. This directory contains the following files:

README	this file

Files from the Netscape plugin SDK for Unix, v3.0b5:

	jri.h jri_md.h jritypes.h npapi.h npunix.c npupp.h

the plugin itself:

shell.c.

There is no makefile (not really useful). To compile the program just
type (for example using gcc):

gcc -c -O2 -o npunix.o npunix.c
gcc -c -O2 -o shell.o shell.c

To install it, type then:

ld -shared -o $HOME/.netscape/plugins/libsgi-audio-basic.so shell.o npunix.o -laudio

(create the directory $HOME/.netscape/plugins if you haven't already).

That's it. Restart Netscape and go to Help -> about plug-ins, you
should see it.

The Netscape audio/basic plugin for SGI / Irix web page is at 
http://tronche.lri.fr:8000/internet/plugins/sgi-audio-basic/

If you have any problem, don't hesitate to contact me at
tronche@lri.fr.
