-
Notifications
You must be signed in to change notification settings - Fork 31
Installing Dust on Debian
burncycl edited this page Dec 31, 2013
·
2 revisions
apt-get install -y git cabal-install libssl-dev cabal update
Fetch and install special Threefish package by Dust maintainer to work with Debian+Dust
cd /source git clone https://github.com/blanu/threefish.git cd threefish cabal install
Fetch source.
cd /source git clone https://github.com/blanu/Dust cd Dust/hs
Install source.
cabal configure cabal install --only-dependencies cabal configure cabal build cabal install
Reference: http://blanu.net/Dust.pdf
Reference: https://github.com/blanu/Dust
Reference: https://github.com/blanu/Dust/issues/14
Reference: http://www.fyzix.net/index.php?title=Installing_Dust_on_Debian