slackbuilds_ponce/system/virtualbox
Heinz Wiesinger 45a1dfebf7 system/virtualbox: Updated for version 4.3.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-05-12 07:36:09 +07:00
..
10-virtualbox.rules
doinst.sh system/virtualbox: Updated for version 4.2.0. 2012-09-18 19:34:05 -05:00
LocalConfig.kmk system/virtualbox: Fix wrong path to documentation. 2012-09-28 21:28:13 -05:00
README system/virtualbox: Updated for version 4.3.4. 2013-12-14 10:52:36 -06:00
README.SLACKWARE system/virtualbox: Updated for version 4.2.0. 2012-09-18 19:34:05 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
vbox.cfg
vboxdrv.sh-setup.diff system/virtualbox: Updated for version 4.3.4. 2013-12-14 10:52:36 -06:00
virtualbox-4-makeself-check.patch
virtualbox.default
virtualbox.info system/virtualbox: Updated for version 4.3.10. 2014-05-12 07:36:09 +07:00
virtualbox.SlackBuild system/virtualbox: Updated for version 4.3.10. 2014-05-12 07:36:09 +07: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.

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.

If you want to attach VirtualBox to a VDE network you will need vde2.

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.

See README.SLACKWARE for some setup notes.

NOTE: This will not build on a stock x86_64 system.