Skip to content

psinnott/gntp-plugin

Repository files navigation

Mac

Requirements

nixysa		-	http://code.google.com/p/nixysa/
gntp-send	-	http://github.com/psinnott/gntp-send
scons		-	http://www.scons.org/
setuptools - http://pypi.python.org/pypi/setuptools#files
python gflags - http://code.google.com/p/python-gflags/downloads/list
PLY - http://www.dabeaz.com/ply/
gcc and make	-	Apple developer cd


Checkout gntp-send , gntp-plugin and nixysa to the same directory.

edit gntp-send/Makefile and uncomment the second ARCH , this causes gntp-send to be built with support for both 64 and 32 bit.

cd gntp-send
make 
cd ../gntp-plugin
make -f Makefile.mac

This builds gntp.plugin which needs to be placed in your firfox plugin directory.
Restart firefox and then navigate to gntp-send/test.html.
Growl needs to be accepting remote application registration using the password "password".




Windows

nixysa		-	http://code.google.com/p/nixysa/
gntp-send	-	http://github.com/psinnott/gntp-send
python		-	http://www.python.org/ (you need to add python.exe to your system path)
pywin32   - http://sourceforge.net/projects/pywin32/files/pywin32/
visual studio	-	http://www.microsoft.com/exPress/
nmake		-	http://johnbokma.com/perl/make-for-windows.html

Checkout gntp-send , gntp-plugin and nixysa to the same directory.

cd gntp-send
nmake -f Makefile.msc 
cd ..\gntp-plugins
open gntp.vcproj in visual studio and build

This builds npgntp.dll which together with growl.dll from gntp-send\lib needs to be placed in your firfox plugin directory.
Restart firefox and then navigate to gntp-send/test.html.
Growl needs to be accepting remote application registration using the password "password".

About

Firefox plugin for sending Growl notifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published