slackbuilds/system/virtualbox
Willy Sudiarto Raharjo 57edf8d3aa system/virtualbox: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-01-09 20:18:25 +00:00
..
006-rdesktop-vrdp-keymap-path.patch system/virtualbox: Updated for version 5.0.14. 2016-01-26 18:59:11 +07:00
10-virtualbox.rules
LocalConfig.kmk
README system/virtualbox: Updated for version 5.0.14. 2016-01-26 18:59:11 +07:00
README.SLACKWARE
doinst.sh system/virtualbox: Update doinst.sh. 2017-01-09 20:18:25 +00:00
slack-desc
vbox.cfg
vboxdrv.sh-setup.diff
virtualbox-gsoap.patch system/virtualbox: Updated for version 5.0.14. 2016-01-26 18:59:11 +07:00
virtualbox.SlackBuild system/virtualbox: Updated for version 5.0.30. 2016-12-31 08:22:47 +07:00
virtualbox.default
virtualbox.info system/virtualbox: Updated for version 5.0.30. 2016-12-31 08:22:47 +07:00

README

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.

You have to create a vboxusers group, e.g. "groupadd -g 215 vboxusers"
and make your user a member of that group.

To compile a headless virtualbox pass HEADLESS=yes to the script.

To enable the webservice pass WEBSERVICE=yes to the script. This will
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.