Revision 35c6e63d INSTALL

b/INSTALL
168 168

  
169 169
Optionally, more functionality can be enabled if your build machine has
170 170
a few more Haskell libraries enabled: RAPI access to remote cluster from
171
htools (``--enable-htools-rapi``) and enabling the ``ganeti-confd``
172
daemon (``--enable-confd``). The list of extra dependencies for these
173
is:
171
htools (``--enable-htools-rapi``), the ``ganeti-confd``
172
daemon (``--enable-confd``) and the monitoring agent
173
(``--enable-monitoring``). The list of extra dependencies for these is:
174 174

  
175 175
- `curl <http://hackage.haskell.org/package/curl>`_, tested with
176 176
  versions 1.3.4 and above
......
182 182
- `hinotify <http://hackage.haskell.org/package/hinotify>`_
183 183
- `regex-pcre <http://hackage.haskell.org/package/regex-pcre>`_,
184 184
  bindings for the ``pcre`` library
185
- `attoparsec <http://hackage.haskell.org/package/attoparsec>`_
185 186

  
186 187
These libraries are available in Debian Wheezy (but not in Squeeze, with
187 188
the exception of curl), so you can use either apt::
188 189

  
189 190
  $ apt-get install libghc-hslogger-dev libghc-crypto-dev libghc-text-dev \
190
                    libghc-hinotify-dev libghc-regex-pcre-dev libghc-curl-dev
191
                    libghc-hinotify-dev libghc-regex-pcre-dev libghc-curl-dev \
192
                    libghc-attoparsec-dev
191 193

  
192 194
or ``cabal``::
193 195

  
194
  $ cabal install hslogger Crypto text hinotify regex-pcre curl
196
  $ cabal install hslogger Crypto text hinotify regex-pcre curl \
197
                  attoparsec
195 198

  
196 199
to install them.
197 200

  

Also available in: Unified diff