2010-05-12 04:55:36 +08:00
|
|
|
VirtualBox Open Source Edition (OSE) is a general-purpose full
|
|
|
|
virtualizer for x86 hardware.
|
|
|
|
|
|
|
|
By default VirtualBox will be compiled with hardening enabled. That
|
|
|
|
means all binaries will be run suid root, which is the default
|
|
|
|
behaviour of upstream packages. However, you are still able
|
|
|
|
to disable this by passing HARDENING=no to the script.
|
|
|
|
|
2010-05-13 06:42:20 +08:00
|
|
|
You have to create a vboxusers group, e.g. "groupadd -g 215 vboxusers"
|
|
|
|
and make your user a member of that group.
|
2010-05-12 23:46:18 +08:00
|
|
|
|
2012-09-19 05:07:20 +08:00
|
|
|
To compile a headless virtualbox pass HEADLESS=yes to the script.
|
2010-05-12 23:46:18 +08:00
|
|
|
|
2012-08-25 19:07:29 +08:00
|
|
|
To enable the webservice pass WEBSERVICE=yes to the script. This will
|
2012-09-19 05:07:20 +08:00
|
|
|
require gsoap as optional dependency.
|
|
|
|
|
|
|
|
If you want to build the java bindings, pass JAVA=yes to the script.
|
|
|
|
This will require jdk as optional dependency.
|
2010-05-12 23:46:18 +08:00
|
|
|
|
2010-07-20 22:20:44 +08:00
|
|
|
If you want to attach VirtualBox to a VDE network you will need vde2.
|
|
|
|
|
2013-12-11 17:23:00 +08:00
|
|
|
If you want to be able to capture the video output of your virtual
|
|
|
|
hosts you will need libvpx, then pass to the script VPX=yes.
|
|
|
|
|
2012-08-22 18:21:29 +08:00
|
|
|
See README.SLACKWARE for some setup notes.
|
2010-05-13 06:42:20 +08:00
|
|
|
|
|
|
|
NOTE: This will not build on a stock x86_64 system.
|