Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

BuildingFirefoxPlugin

Google Code Exporter edited this page Mar 15, 2015 · 1 revision

Building the Firefox Plugin from SV

Introduction

There is a build script provided that makes building from source simple and easy.

Prerequisites

Subversion (SVN) installed so you can check out the project tree. Python 2.3 or greater. The build script requires you to have python installed.

How To

  1. Check the code out via SVN
svn checkout http://browser-identity.googlecode.com/svn/trunk/ browser-identity
  1. Inside the browser-identity directory you checked out, run package.py and specify whether or not you want to build the debug or stable version.
python package.py debug

The package script should do the rest. There will be a 'export/' directory created in the project directory that will contain some build files along with the .xpi plugin file for testing.

Clone this wiki locally