boinc/samples/vboxwrapper
barton26 4ee2403752 fix typos I missed 2021-10-12 03:04:25 -04:00
..
vboxwrapper.xcodeproj
BuildMacVboxWrapper.sh
Makefile Compile mingw apps 2021-08-16 18:43:11 +03:00
Makefile_mac
ReadMe.txt
floppyio.cpp Packages + Samples typos 2021-10-06 14:42:17 -04:00
floppyio.h Packages + Samples typos 2021-10-06 14:42:17 -04:00
gbac.cpp
gbac.h
vbox42.tlb
vbox43.tlb
vbox50.tlb
vbox51.tlb
vbox52.tlb Vboxwrapper: Update COM Interface file to the released version of 5.2.0 2017-10-28 21:39:58 -07:00
vbox60.tlb Add COM interface for VBox 6.0. 2019-05-10 01:42:00 -07:00
vbox_common.cpp fix typos I missed 2021-10-12 03:04:25 -04:00
vbox_common.h vboxwrapper: fix shadowed-var compile warnings. 2019-06-09 23:19:48 -07:00
vbox_mscom42.cpp
vbox_mscom42.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vbox_mscom43.cpp
vbox_mscom43.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vbox_mscom50.cpp
vbox_mscom50.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vbox_mscom51.cpp
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_mscom60.cpp Add COM interface for VBox 6.0. 2019-05-10 01:42:00 -07:00
vbox_mscom60.h Add COM interface for VBox 6.0. 2019-05-10 01:42:00 -07:00
vbox_mscom_impl.cpp Packages + Samples typos 2021-10-06 14:42:17 -04:00
vbox_mscom_impl.h Implementation of changes requested 2017-11-06 14:59:59 +01:00
vbox_vboxmanage.cpp Packages + Samples typos 2021-10-06 14:42:17 -04: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
vboxjob.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vboxlogging.cpp
vboxlogging.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vboxwrapper.cpp Merge pull request #3181 from BOINC/dpa_vboxwrapper 2019-06-20 20:25:04 +02: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 update copyright year 2019-04-08 21:50:03 +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