forked from udosteinberg/NOVA
-
Couldn't load subscription status.
- Fork 0
Hypervisor Build
Udo Steinberg edited this page Jul 12, 2013
·
8 revisions
For building the hypervisor from source code the following tools are required.
- For x86_32:
4.2or higher - For x86_64:
4.5or higher
-
2.21.51.0.3or higher
-
3.81or higher
- For x86_32:
cd build; make ARCH=x86_32 - For x86_64:
cd build; make ARCH=x86_64
If you don't specify ARCH, the architecture defaults to x86_32.