Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 586 Bytes

BUILD.md

File metadata and controls

39 lines (28 loc) · 586 Bytes

Build Instructions

Setup

cabal sandbox init # optional
cabal install --only-dependencies --enable-tests
cabal configure --enable-tests

Build

cabal build

Install

If you initialized a sandbox the executable will end up in the sandbox, i.e. .cabal-sandbox/bin/dataflow. If you have no sandbox it will end up in ~/.cabal/bin/dataflow. If you get any stange errors during install try a cabal clean

cabal install

Tests

./run-tests.sh
# or...
./watch-tests.sh

Building the Examples

make -C examples