From d68b581ea0d8b26191389e38032b599142c041c3 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 30 Mar 2015 14:31:37 +0200 Subject: Add installation intructions. --- INSTALL | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..090e834 --- /dev/null +++ b/INSTALL @@ -0,0 +1,21 @@ +To install the CLI and Iceweasel/Firefox addon, run (requires 'gzip' and +'zip'): + + make -C cli + sudo make -C cli install + + make -C xul-ext ../icevault@guilhem.org.xpi + cp icevault@guilhem.org.xpi ~/.mozilla/firefox/*.default/extensions + + +However users familiar with Debian packaging will probably prefer to +build their own package: + + git checkout debian + AUTO_DEBSIGN=no git buildpackage --git-force-create + VERSION=$(sed -nr '/^icevault \(([^)]+)\).*/ {s//\1/p;q}' debian/changelog) + sudo dpkg -i ../icevault_${VERSION}_all.deb ../xul-ext-icevault_${VERSION}_all.deb + +(Add the option '--git-upstream-tree=BRANCH' to the 'git buildpackage' +command to package the development version rather than the last tagged +release.) -- cgit v1.2.3