diff options
Diffstat (limited to 'system/virtualbox/README')
-rw-r--r-- | system/virtualbox/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system/virtualbox/README b/system/virtualbox/README index 772d5c27c9546..283c5faba6f71 100644 --- a/system/virtualbox/README +++ b/system/virtualbox/README @@ -9,10 +9,13 @@ to disable this by passing HARDENING=no to the script. You have to create a vboxusers group, e.g. "groupadd -g 215 vboxusers" and make your user a member of that group. -To compile virtualbox without the Qt4 GUI pass QT4=no to the script. +To compile a headless virtualbox pass HEADLESS=yes to the script. To enable the webservice pass WEBSERVICE=yes to the script. This will -require the optional dependency gsoap. +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. If you want to attach VirtualBox to a VDE network you will need vde2. |