From 2cea48cb7ccaeb4a4f8125f6d2c5e1fd195c0d8d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 Aug 2016 15:19:03 -0400 Subject: build with stack --- INSTALL | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 81ba7d2..6707ab3 100644 --- a/INSTALL +++ b/INSTALL @@ -1,9 +1,8 @@ -You should first install ghc, cabal, the readline and argon2 libraries, +You should first install stack, the readline and argon2 libraries, and zenity. For example, on a Debian system: - sudo apt-get install ghc cabal-install libreadline-dev \ - libargon2-0-dev zenity + sudo apt-get install haskell-stack libreadline-dev libargon2-0-dev zenity Then to build and install keysafe: - cabal install keysafe + stack install keysafe -- cgit v1.2.3