[Pkg-mozext-commits] [requestpolicy] 110/257: [fix] Readme: Add "zip" as prerequisite

David Prévot taffit at moszumanska.debian.org
Thu Jan 28 03:20:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit 4c03293ac3a5a162ef1429627fdb0c6dabdfae40
Author: Martin Kimmerle <dev at 256k.de>
Date:   Mon Oct 19 00:45:09 2015 +0200

    [fix] Readme: Add "zip" as prerequisite
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6922aae..43888b0 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,10 @@ git clone https://github.com/RequestPolicyContinued/requestpolicy.git
 
 ## Building the XPI Firefox addon
 
-Before building you need to install [GNU Make](https://www.gnu.org/software/make/) as well as [`preprocess.py`](https://code.google.com/p/preprocess/). On a debian-based system you could run:
+Before building you need to install [GNU Make](https://www.gnu.org/software/make/), [Zip](http://www.info-zip.org/Zip.html) and [`preprocess.py`](https://code.google.com/p/preprocess/). On a debian-based system you could run:
 
 ```bash
-sudo apt-get install make preprocess
+sudo apt-get install make zip preprocess
 ```
 
 After preparation, run `make` from the repository's root directory.  The [XPI](https://developer.mozilla.org/en-US/docs/XPI) file will be created at `dist/requestpolicy.xpi` and can be used for easy installation of RP into your web browser (e.g. Firefox).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list