new scheme for different platforms

This commit is contained in:
Mario Colque 2014-05-27 17:57:44 -03:00
commit 82cd5a8ebc
12 changed files with 253 additions and 104 deletions

13
firefox/README.md Normal file
View file

@ -0,0 +1,13 @@
System Requirements
* Download [Add-on SDK](https://addons.mozilla.org/en-US/developers/builder)
* Install it. [Mozilla Docs](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Installation)
Run
```
$ sh firefox/build.sh
```
- Copy the content of firefox/firefox-addon (lib, data, package.json) to your development path.
- Compile the XPI file [Mozilla Docs](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Getting_started)