From 92508da7c1dd8f3a09b2625d9a831f9fbb9eb757 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Mon, 28 Apr 2014 12:21:59 +0200 Subject: [PATCH] COMPILING better readable --- COMPILING.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/COMPILING.md b/COMPILING.md index 8d2d8d3..6890350 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -1,13 +1,23 @@ # 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 + + ./hgraph sampledata.adj sampledata.adj.atr sampledata.p +RTS -N + and redirect the output into desired target.