From ada88090ead2c3b9d0804794c5f20f9b24d1c2b1 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Sat, 17 Jan 2015 17:12:36 -0500 Subject: Import to new git repository The old repository was using almost 100mb of space because of all the unnecessary files in the history. So I've imported the code to a new git repository. Unfortunately the history isn't viewable from this repository anymore. To see what happened with LibreJS before 2015, see the old Bazaar repo here: http://bzr.savannah.gnu.org/lh/librejs/ --- doc/manual/html_node/Installation.html | 105 +++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 doc/manual/html_node/Installation.html (limited to 'doc/manual/html_node/Installation.html') diff --git a/doc/manual/html_node/Installation.html b/doc/manual/html_node/Installation.html new file mode 100644 index 0000000..b6a309a --- /dev/null +++ b/doc/manual/html_node/Installation.html @@ -0,0 +1,105 @@ + + + + + +GNU LibreJS 6.0.8.20150117: Installation + + + + + + + + + + + + + + + + + + + +
+

+Next: , Previous: , Up: Top   [Contents]

+
+
+ +

3 Installation

+ + +

You can install LibreJS directly using a generated librejs.xpi +file, or by building it from source. +

+ + +

3.1 Building the Package

+

After enabling the Add-on SDK, you should be able to use the make +command to build LibreJS from source. +

+

After running make, a new file, librejs.xpi should be +generated. This is the file that can be installed in a Mozilla browser. +

+ +

3.2 Installing LibreJS

+

To install the add-on for all users, run: +

+
sudo make install
+
+ +

or as root: +

+
make install
+
+ +

Next time you open a Mozilla-browser as a user of your system, you +should be notified that a new add-on (in this case, LibreJS) as been +installed and whether to allow it to run or not. +

+ + + + + -- cgit v1.2.3