Skip to content

Installation:from sources

Clément DOUIN edited this page Jan 21, 2021 · 3 revisions

First you need to install the Haskell development environment with stack:

curl -sSL https://get.haskellstack.org/ | sh

Then you can build sources from git:

git clone https://github.com/soywod/unfog.git
cd unfog
stack install

<< Home | Configuration >>