Skip to content

Installing Dust on Debian

burncycl edited this page Dec 31, 2013 · 2 revisions

Prerequisites

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

Installation

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

References

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

Clone this wiki locally