diff options
author | Horst3180 | 2015-08-21 00:34:53 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-21 00:42:30 +0200 |
commit | e90dc53fa5590cbbbeba66b578eace34a39e6f3b (patch) | |
tree | cac20c218b54834d24eb1bf0f4a96422baec4007 /README.md | |
parent | 0a879aaa77977ddd6dd0591b673ff4624c745032 (diff) | |
download | solarc-firefox-theme-e90dc53fa5590cbbbeba66b578eace34a39e6f3b.tar.gz solarc-firefox-theme-e90dc53fa5590cbbbeba66b578eace34a39e6f3b.tar.xz solarc-firefox-theme-e90dc53fa5590cbbbeba66b578eace34a39e6f3b.zip |
update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 24 insertions, 2 deletions
@@ -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 |