From: Ramakrishnan Muthukrishnan Date: Wed, 4 Feb 2015 07:47:23 +0000 (+0530) Subject: add a README X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=d98615eb3524ae76e05a17c8cec8664254df2c12;p=functorrent.git add a README --- diff --git a/README b/README new file mode 100644 index 0000000..cf122fc --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +`deluge' is a bittorrent client. + +building +-------- + +I suggest usign cabal sandbox. + +Steps: + +1. cabal sandbox init +2. cabal install --only-dependencies +3. cabal build +