boinc/samples/vboxwrapper
marius 5aa676ebb0 VBOX: added boot_iso option 2016-07-19 11:37:14 +02:00
..
vboxwrapper.xcodeproj VBOX: Fix recursive header error in Mac Xcode project 2016-01-30 19:45:21 -08:00
BuildMacVboxWrapper.sh VBoxWrapper: fixes for compatibility with Xcode 6 2015-04-14 07:28:11 -07:00
Makefile VBOX: Remove unneeded files. 2015-04-08 12:45:03 -04:00
Makefile_mac VBoxWrapper: fixes for compatibility with Xcode 6 2015-04-14 07:28:11 -07:00
ReadMe.txt Samples: Add Macintosh build instructions for example app (uppercase), VBoxWrapper and Wrapper 2015-04-14 07:34:42 -07:00
floppyio.cpp vbox: fix memory leak in FloppyIO 2015-11-22 22:50:08 +02:00
floppyio.h vbox: fix use-after-free bug in FloppyIOException 2015-11-23 00:11:59 +02:00
gbac.cpp VBOX: GBAC main files added 2014-10-02 16:28:23 +02:00
gbac.h VBOX: GBAC main files added 2014-10-02 16:28:23 +02:00
vbox42.tlb VBOX: Hookup COM support for both VirtualBox 4.2 and VirtualBox 4.3. It appears to be working. 2014-11-23 12:47:30 -05:00
vbox43.tlb VBOX: Hookup COM support for both VirtualBox 4.2 and VirtualBox 4.3. It appears to be working. 2014-11-23 12:47:30 -05:00
vbox50.tlb VBOX: Update to support VirtualBox 5.0 RTW. 2015-07-09 11:56:00 -04:00
vbox51.tlb VBOX: Upgrade to the RTM build of the VirtualBox 5.1 COM interface file. 2016-07-12 20:00:07 -07:00
vbox_common.cpp vboxwrapper: fix bugs in cmdline memory size spec; fix compile warnings 2016-07-01 12:06:55 -07:00
vbox_common.h VBOX: Take a screen shot on failure and dump the base64 encoded image to stderr. 2016-06-12 19:20:55 -07:00
vbox_mscom42.cpp VBOX: Clean-up the VirtualBox version detection mess. 2015-07-05 14:35:48 -04:00
vbox_mscom42.h VBOX: Refactor vboxwrapper to streamline logging and prepare for vboxhtmlgfx. 2014-12-19 09:55:48 -05:00
vbox_mscom43.cpp VBOX: Clean-up the VirtualBox version detection mess. 2015-07-05 14:35:48 -04:00
vbox_mscom43.h VBOX: Refactor vboxwrapper to streamline logging and prepare for vboxhtmlgfx. 2014-12-19 09:55:48 -05:00
vbox_mscom50.cpp VBOX: Clean-up the VirtualBox version detection mess. 2015-07-05 14:35:48 -04:00
vbox_mscom50.h VBOX: Add COM support for VirtualBox 5.0 Beta 1. 2015-04-01 14:53:43 -04:00
vbox_mscom51.cpp VBOX: Add support for VirtualBox 5.1 (MSCOM) 2016-06-03 21:47:43 -07:00
vbox_mscom51.h VBOX: Add support for VirtualBox 5.1 (MSCOM) 2016-06-03 21:47:43 -07:00
vbox_mscom_impl.cpp VBOX: added boot_iso option 2016-07-19 11:37:14 +02:00
vbox_mscom_impl.h VBOX: Take a screen shot on failure and dump the base64 encoded image to stderr. 2016-06-12 19:20:55 -07:00
vbox_vboxmanage.cpp VBOX: added boot_iso option 2016-07-19 11:37:14 +02:00
vbox_vboxmanage.h VBOX: Take a screen shot on failure and dump the base64 encoded image to stderr. 2016-06-12 19:20:55 -07:00
vboxcheckpoint.cpp VBOX: Remove unneeded error string 2015-03-26 08:55:32 -04:00
vboxcheckpoint.h VBOX: Decoupled the HTML Graphics application from vboxwrapper. 2014-12-23 16:54:03 -05:00
vboxjob.cpp VBOX: added boot_iso option 2016-07-19 11:37:14 +02:00
vboxjob.h VBOX: added boot_iso option 2016-07-19 11:37:14 +02:00
vboxlogging.cpp vboxwrapper: fix bugs in cmdline memory size spec; fix compile warnings 2016-07-01 12:06:55 -07:00
vboxlogging.h VBOX: Decoupled the HTML Graphics application from vboxwrapper. 2014-12-23 16:54:03 -05:00
vboxwrapper.cpp VBOX: added boot_iso option 2016-07-19 11:37:14 +02:00
vboxwrapper.h VBOX: Refactor vboxwrapper to streamline logging and prepare for vboxhtmlgfx. 2014-12-19 09:55:48 -05:00
vboxwrapper_win.h VBOX/WRAPPER: Introduce versioning information to the two wrappers. It is now compiled into the executable instead of relying on file name. 2014-05-21 13:57:16 -04:00
vboxwrapper_win.rc * Fix version resource information for wrapper and vboxwrapper. 2014-09-08 12:37:15 -04:00

ReadMe.txt

To build VBoxWrapper for Macintosh:

First build the BOINC libraries:
cd [path]/mac_build
source BuildMacBOINC.sh -lib

For more details, see the instructions in that script's comments or at:
[path]/mac_build/HowToBuildBOINC_XCode.rtf

After building the libraries, there are two ways to build VBoxWrapper for Macintosh:

[1] Run the Xcode project at:
[path]/samples/vboxwrapper/vboxwrapper.xcodeproj

[2] Run the BuildMacVboxWrapper.sh script in this vboxwrapper directory (which will invoke the makefile Makefile_mac):
cd [path]/samples/vboxwrapper/
sh BuildMacVboxWrapper.sh