README 1.2 KB

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