boinc/samples/vboxwrapper
David Anderson c1bdf2b673 Remove VS2010 compiler warnings. A few remain. 2018-08-02 12:18:15 -07:00
..
vboxwrapper.xcodeproj VBOX: Fix recursive header error in Mac Xcode project 2016-01-30 19:45:21 -08:00
BuildMacVboxWrapper.sh
Makefile
Makefile_mac
ReadMe.txt
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
gbac.h
vbox42.tlb
vbox43.tlb
vbox50.tlb
vbox51.tlb VBOX: Update COM interface file to 5.1.2 version. It looks like something changed and now all 5.1.2 clients are failing with older vboxwrappers. 2016-08-08 08:00:36 -07:00
vbox52.tlb Vboxwrapper: Update COM Interface file to the released version of 5.2.0 2017-10-28 21:39:58 -07:00
vbox_common.cpp Implementation of changes requested 2017-11-06 14:59:59 +01:00
vbox_common.h Implementation of changes requested 2017-11-06 14:59:59 +01:00
vbox_mscom42.cpp client/wrappers, Win: consolidate defines for _getcwd etc in boinc_win.h 2017-01-26 20:59:11 -08:00
vbox_mscom42.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vbox_mscom43.cpp client/wrappers, Win: consolidate defines for _getcwd etc in boinc_win.h 2017-01-26 20:59:11 -08:00
vbox_mscom43.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vbox_mscom50.cpp client/wrappers, Win: consolidate defines for _getcwd etc in boinc_win.h 2017-01-26 20:59:11 -08:00
vbox_mscom50.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vbox_mscom51.cpp client/wrappers, Win: consolidate defines for _getcwd etc in boinc_win.h 2017-01-26 20:59:11 -08:00
vbox_mscom51.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vbox_mscom52.cpp Vboxwrapper: Add support for VirtualBox 5.2 via the published COM Interface 2017-10-07 11:36:10 -07:00
vbox_mscom52.h Vboxwrapper: Add support for VirtualBox 5.2 via the published COM Interface 2017-10-07 11:36:10 -07:00
vbox_mscom_impl.cpp Remove VS2010 compiler warnings. A few remain. 2018-08-02 12:18:15 -07:00
vbox_mscom_impl.h Implementation of changes requested 2017-11-06 14:59:59 +01:00
vbox_vboxmanage.cpp Implementation of changes requested 2017-11-06 14:59:59 +01:00
vbox_vboxmanage.h Implementation of changes requested 2017-11-06 14:59:59 +01:00
vboxcheckpoint.cpp
vboxcheckpoint.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vboxjob.cpp vboxwrapper: add <copy_cmdline_to_shared> option to job file 2017-01-26 20:08:35 -08:00
vboxjob.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vboxlogging.cpp vboxwrapper: fix bugs in cmdline memory size spec; fix compile warnings 2016-07-01 12:06:55 -07:00
vboxlogging.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vboxwrapper.cpp Merge pull request #1946 from nikolasgianna/prod_version 2017-11-06 07:25:21 -08:00
vboxwrapper.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vboxwrapper_win.h
vboxwrapper_win.rc Fix copyright symbol 2018-04-30 23:29:15 +03: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