From e90dc53fa5590cbbbeba66b578eace34a39e6f3b Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 21 Aug 2015 00:34:53 +0200 Subject: update README.md --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6db5185..93cdf8d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,28 @@ Donwload the .xpi files from [here](https://github.com/horst3180/arc-firefox-the Drag-and-drop these files into the Firefox window. Firefox will then prompt you to install the theme. -Alternatively you can generate the .xpi files by running the `make-xpi.sh` script. +#### Manual building and installation - ./make-xpi.sh +These instructions are for testers and package maintainers. They also allow to install the theme globally for all users. + +You will need `autoconf` and `automake` for the following. + +Generate the .xpi files + + ./autogen.sh --prefix=/usr + make mkxpi + +The theme can be installed globally with + + ./autogen.sh --prefix=/usr + sudo make install + +Other build options to append to `autogen.sh` are + + --disable-light disable Arc Light Firefox support + --disable-darker disable Arc Darker Firefox support + --disable-dark disable Arc Dark Firefox support + +Uninstall the theme with + + sudo make uninstall -- cgit v1.2.3