X-Git-Url: http://www.average.org/gitweb/?p=pdns-pipe-nmc.git;a=blobdiff_plain;f=README.md;h=bbb361c7bd6e9bdd66fc23969c1b5a53c3b409d6;hp=462e33436fee9234ff6ed20ea6b44bb85c096a57;hb=518fb5e9066cb2f77cd3291289d85c00cbee0ffb;hpb=ec5b2bb09f7098c1a22ef0c70dd69c2fec55ddef diff --git a/README.md b/README.md index 462e334..bbb361c 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,23 @@ frontend, and has simple backend interface. ## Building -The program is built as a single executable to be run by PowerDns's -pipe backend. It is written in [Haskell](http://www.haskell.org/). -There is no `cabal` configuration at the moment, so to build it, -simply run +The program is a single executable to be run by PowerDns's pipe +backend. It is written in [Haskell](http://www.haskell.org/). +If you have haskell installed on your system, run ``` -ghc --make pdns-pipe-nmc +cabal configure ``` -and install any missing packages it complains about. +followed by + +``` +cabal build +``` + +and hopefully it will tell you what packages are missing. You can +install them either with your OS package manager (if they exist in +your distribution) or with `cabal install`. ## Installing