aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst31802015-08-21 00:34:53 +0200
committerHorst31802015-08-21 00:42:30 +0200
commite90dc53fa5590cbbbeba66b578eace34a39e6f3b (patch)
treecac20c218b54834d24eb1bf0f4a96422baec4007
parent0a879aaa77977ddd6dd0591b673ff4624c745032 (diff)
downloadsolarc-firefox-theme-e90dc53fa5590cbbbeba66b578eace34a39e6f3b.tar.gz
solarc-firefox-theme-e90dc53fa5590cbbbeba66b578eace34a39e6f3b.tar.xz
solarc-firefox-theme-e90dc53fa5590cbbbeba66b578eace34a39e6f3b.zip
update README.md
-rw-r--r--README.md26
1 files changed, 24 insertions, 2 deletions
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