addon-sdk/source/README

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 Add-on SDK README
michael@0 2 ==================
michael@0 3
michael@0 4 Before proceeding, please make sure you've installed Python 2.5,
michael@0 5 2.6, or 2.7 (if it's not already on your system):
michael@0 6
michael@0 7 http://python.org/download/
michael@0 8
michael@0 9 Note that Python 3 is not supported.
michael@0 10
michael@0 11 For Windows users, MozillaBuild (https://wiki.mozilla.org/MozillaBuild)
michael@0 12 will install the correct version of Python and the MSYS package, which
michael@0 13 will make it easier to work with the SDK.
michael@0 14
michael@0 15 To get started, first enter the same directory that this README file
michael@0 16 is in (the SDK's root directory) using a shell program. On Unix systems
michael@0 17 or on Windows with MSYS, you can execute the following command:
michael@0 18
michael@0 19 source bin/activate
michael@0 20
michael@0 21 Windows users using cmd.exe should instead run:
michael@0 22
michael@0 23 bin\activate.bat
michael@0 24
michael@0 25 Then go to https://developer.mozilla.org/en-US/Add-ons/SDK/
michael@0 26 to browse the SDK documentation.
michael@0 27
michael@0 28 If you get an error when running cfx or have any other problems getting
michael@0 29 started, see the "Troubleshooting" guide at:
michael@0 30 https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Troubleshooting
michael@0 31
michael@0 32 Bugs
michael@0 33 -------
michael@0 34
michael@0 35 * file a bug: https://bugzilla.mozilla.org/enter_bug.cgi?product=Add-on%20SDK
michael@0 36
michael@0 37
michael@0 38 Style Guidelines
michael@0 39 --------------------
michael@0 40
michael@0 41 * https://github.com/mozilla/addon-sdk/wiki/Coding-style-guide

mercurial