Building Xenopsd

From Xen
Revision as of 10:11, 2 January 2013 by Dave.scott (talk | contribs) (Created page with "Xenopsd is the "domain management" component within the XCP toolstack. = Prerequisites = You will need: # the normal build tools (on Debian install "build-essentials") # the Xe…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Xenopsd is the "domain management" component within the XCP toolstack.

Prerequisites

You will need:

  1. the normal build tools (on Debian install "build-essentials")
  2. the Xen development headers (on Debian install "libxen-dev")
  3. the OCaml compiler (at least version 3.12.1)
  4. the OCaml package manager, OPAM
 $ sudo apt-get install build-essentials libxen-dev ocaml