From 0cc60cac4e4d2bd9e6e15e8c804ec75bd0b25d37 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 23 Sep 2016 10:27:25 -0400 Subject: improve --- INSTALL | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 3d6e3b3..c35a69f 100644 --- a/INSTALL +++ b/INSTALL @@ -4,13 +4,17 @@ This installs keysafe to ~/.local/bin, and is sufficient to use keysafe to back up or restore your private key. First install Haskell's stack tool, the zlib, g++, readline and argon2 -libraries, and zenity. For example, on a Debian testing system: +libraries. Also, zenity is needed to use keysafe's GUI. +For example, on a Debian testing system: sudo apt-get install haskell-stack \ zlib1g-dev g++ libreadline-dev libargon2-0-dev zenity If your distribution does not yet include Haskell's stack tool, -see http://haskellstack.org/ +see + +If your distribution does not yet include argon2, see + Then to build and install keysafe, run this in the keysafe directory: -- cgit v1.2.3