addon-sdk/source/README

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

mercurial