Revision aa9f166a

b/INSTALL
62 62
                    python-pyinotify python-pycurl socat \
63 63
                    python-elementtree qemu
64 64

  
65
On Fedora to install all required packages except RBD, DRBD and Xen::
66

  
67
  $ yum install openssh openssh-clients bridge-utils iproute ndisc6 \
68
                pyOpenSSL pyparsing python-simplejson python-inotify \
69
                python-lxml python-paramiko socat qemu-img
70

  
71

  
65 72
If you want to build from source, please see doc/devnotes.rst for more
66 73
dependencies.
67 74

  
......
115 122
  $ apt-get install ghc6 libghc6-json-dev libghc6-network-dev \
116 123
                    libghc6-parallel-dev libghc6-curl-dev
117 124

  
125
Or in Fedora running::
126

  
127
  $ yum install ghc ghc-json-devel ghc-network-devel ghc-parallel-devel
128

  
129
The most recent Fedora doesn't provide ``ghc-curl``. So this needs to be
130
installed using ``cabal`` or alternatively htools can be build without
131
curl support.
132

  
118 133
Note that more recent version have switched to GHC 7.x and the packages
119 134
were renamed::
120 135

  

Also available in: Unified diff