From 605a6f3d307b174c43e17f9055790902313b84a1 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Mon, 28 Apr 2014 12:16:22 +0200 Subject: [PATCH] added compiling --- COMPILING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 COMPILING.md diff --git a/COMPILING.md b/COMPILING.md new file mode 100644 index 0000000..8d2d8d3 --- /dev/null +++ b/COMPILING.md @@ -0,0 +1,13 @@ +# Compiling hgraph + +1. initialize the sandbox + cabal sandbox init +2. install dependencies + cabal install --only-dependencies +3. build package + cabal build +4. Optional build documentation (Requires haddock - installable with cabal install haddock) + cabal haddock +5. Run with + ./hgraph input.mat input.adj weights.p +RTS -N + and redirect the output into desired target.