Building Xenopsd
From Xen
Jump to navigationJump to search
Xenopsd is the "domain management" component within the XCP toolstack.
Prerequisites
You will need:
- the normal build tools (on Debian install "build-essentials")
- the Xen development headers (on Debian install "libxen-dev")
- the OCaml compiler (at least version 3.12.1)
- the OCaml package manager, OPAM
$ sudo apt-get install build-essentials libxen-dev ocaml