Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
foudfou edited this page Oct 15, 2012 · 5 revisions

To build the addon from the source, you need to:

  • open a terminal
  • git clone git://github.com/foudfou/FireTray.git
  • cd FireTray/src
  • make build, or DEBUG=on make build (make all in old versions)

Then you get a .xpi file in ../build. You can now install this .xpi file in your Mozilla application: Tools > Addons > Install Addon from file.

Debug messages will be shown in the JS-Console and in your terminal if you launched your Mozilla application from there.

To re-build the addon, simply go back to FireTray/src, and make clean; make all.

Clone this wiki locally