Difference between revisions of "/MozAddOnSDK"
Jump to navigation
Jump to search
(Created page with "<div style='width:70%'> <h5> Installing the Mozilla Add-On SDK </h5> * Download it </div>") |
|||
Line 1: | Line 1: | ||
<div style='width:70%'> | <div style='width:70%'> | ||
<h5> Installing the Mozilla Add-On SDK </h5> | <h5> Installing the Mozilla Add-On SDK </h5> | ||
− | + | ||
+ | '''Pre-requisites:''' You need to have Python 2.5, 2.6 or 2.7 installed! | ||
+ | |||
+ | '''1.''' [https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-latest.tar.gz Download it!] | ||
+ | |||
+ | '''2.''' This works for both Mac and Linux users. Open a terminal window. <br> | ||
+ | First extract the file contents by typing this: | ||
+ | ''tar -xf addon-sdk.tar.gz'' | ||
+ | And then navigate to the root directory of the SDK by typing this: | ||
+ | ''cd addon-sdk'' | ||
+ | |||
+ | |||
</div> | </div> |
Revision as of 17:15, 6 March 2015
Installing the Mozilla Add-On SDK
Pre-requisites: You need to have Python 2.5, 2.6 or 2.7 installed!
1. Download it!
2. This works for both Mac and Linux users. Open a terminal window.
First extract the file contents by typing this:
tar -xf addon-sdk.tar.gz
And then navigate to the root directory of the SDK by typing this:
cd addon-sdk