diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2016-01-23 18:29:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-26 18:59:11 +0700 |
commit | a680b718e1666f37863e4f329436e545213e9aeb (patch) | |
tree | f1025ffa1eaaedfb8acea9c327bad80c151f4f33 /system/virtualbox/README | |
parent | 918d87cb7b7c82208b74e54d1a8419c5589b9567 (diff) |
system/virtualbox: Updated for version 5.0.14.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/virtualbox/README')
-rw-r--r-- | system/virtualbox/README | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/system/virtualbox/README b/system/virtualbox/README index 283c5faba6f71..f8a9c427e89ac 100644 --- a/system/virtualbox/README +++ b/system/virtualbox/README @@ -17,8 +17,13 @@ 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. +On x86_64, this by default builds without software virtualization. This +means you need hardware virtualization in order to run 32bit guests on +64bit hosts. To enable software virtualization, pass +SOFTWARE_VIRTUALIZATION=yes to the script. Note that this will require +a compiler that can generate 32bit code, and thus will not build on a +stock x86_64 system. This switch has no effect on x86 systems. + If you want to attach VirtualBox to a VDE network you will need vde2. See README.SLACKWARE for some setup notes. - -NOTE: This will not build on a stock x86_64 system. |