Lines Matching refs:install
22 This file contains some quick-start instructions to install Xen on
48 * Development install of zlib (e.g., zlib-dev)
49 * Development install of Python 2.6 or later (e.g., python-dev)
50 * Development install of curses (e.g., libncurses-dev)
51 * Development install of openssl (e.g., openssl-dev)
52 * Development install of x11 (e.g. xorg-x11-dev)
53 * Development install of uuid (e.g. uuid-dev)
54 * Development install of yajl (e.g. libyajl-dev)
55 * Development install of libaio (e.g. libaio-dev) version 0.3.107 or
57 * Development install of GLib v2.0 (e.g. libglib2.0-dev)
58 * Development install of Pixman (e.g. libpixman-1-dev)
72 * Development install of Ocaml (e.g. ocaml-nox and
80 * Development install of libnl3 (e.g., libnl-3-200,
86 * Development install of liblzma for rombios
118 # make install
122 This will create and install onto the local machine. It will build
125 You can override the destination for make install by setting DESTDIR
131 This will build and install xen, tools, and docs into the local dist/
134 You can override the destination for make install by setting DISTDIR
137 make install and make dist differ in that make install does the
141 to another machine and install from that distribution.