Building Xapi

From Xen
Revision as of 11:38, 12 March 2013 by Vbmithr (talk | contribs) (Created page with "= What is xapi ? = = Who is this document for? = # People wanting to compile xapi on Archlinux (I’m not talking about _running_ it, just compile it for now). = Build from so…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

What is xapi ?

Who is this document for?

  1. People wanting to compile xapi on Archlinux (I’m not talking about _running_ it, just compile it for now).

Build from source prerequisites

Archlinux

 $ yaourt -S base-devel ocaml opam-git xen blktap-git
 $ opam-init
 $ opam remote add xen-dev git://github.com/xen-org/opam-repo-dev
 $ opam install -y cdrom fd-send-recv forkexecd libvhd nbd netdev oclock ounit rpc ssl stdext syslog tapctl xen-api-libs-transitional xenctrl xenstore
 $ git clone git://github.com/vbmithr/xen-api.git
 $ git checkout archlinux
 $ git pull
 $ make

Log

  • checkout branch ea-1254 from github.com:jonludlam/xen-api.git
  • Add Arch in scripts/detect_distro.sh
  • Use xenguest stubs from github.com:xen-org/ocaml-xen-lowlevel-libs.git