boinc/samples/vboxwrapper
Rom Walton 732f2e01a8 VBOX: Dump Vbox logs when the heartbeat fails. 2016-06-10 07:50:31 -07:00
..
vboxwrapper.xcodeproj
BuildMacVboxWrapper.sh
Makefile
Makefile_mac
ReadMe.txt
floppyio.cpp
floppyio.h
gbac.cpp
gbac.h
vbox42.tlb
vbox43.tlb
vbox50.tlb
vbox51.tlb
vbox_common.cpp
vbox_common.h VBOX: Only perform the printf format string sanitize functionality on those strings that are going to be consumed by vbox_log(). 2015-08-28 17:24:00 -04:00
vbox_mscom42.cpp
vbox_mscom42.h
vbox_mscom43.cpp
vbox_mscom43.h
vbox_mscom50.cpp
vbox_mscom50.h
vbox_mscom51.cpp
vbox_mscom51.h
vbox_mscom_impl.cpp
vbox_mscom_impl.h
vbox_vboxmanage.cpp VBOX: Disable explicitly disabling LPT ports on Macs. 2016-06-03 22:07:55 -07:00
vbox_vboxmanage.h
vboxcheckpoint.cpp
vboxcheckpoint.h
vboxjob.cpp
vboxjob.h
vboxlogging.cpp
vboxlogging.h
vboxwrapper.cpp
vboxwrapper.h
vboxwrapper_win.h
vboxwrapper_win.rc

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