diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2012-09-18 23:07:20 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-18 19:34:05 -0500 |
commit | b210a8c79f12ae7f8c7d0971667f107c221bbd12 (patch) | |
tree | 67d848d513199c48c41c3d948c245adb9d5f275b /system/virtualbox/README | |
parent | a50651e433985011774b366229a773954f62d9bd (diff) | |
download | slackbuilds-b210a8c79f12ae7f8c7d0971667f107c221bbd12.tar.gz |
system/virtualbox: Updated for version 4.2.0.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
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 772d5c27c9..283c5faba6 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. |