Building mozzemberek using Xulrunner SDK ====================================== To build using Xulrunner SDK, install it (preferably version 1.7 or later). Check the build options in src/Makefile and build the extension by running $ make XULRUNNER_SDK=/usr/lib/xulrunner-sdk (replacing the options as needed). On Debian/Ubuntu you need to install the following packages: xulrunner-dev zip pkg-config Supported targets in Makefile.xulrunner ======================================= - extension-files Builds the extension files under src. - xpi Builds the extensions package mozzemberek.xpi under subdirectory src. - all Same as 'xpi'. - install-unpacked DESTDIR=some_directory Installs the unpacked extension under directory DESTDIR/{EXTENSION_UUID}. Default DESTDIR is /usr/lib/firefox. - dist-gzip Builds the source package. - clean Removes all files generated by other targets.