boinc/samples/vboxwrapper
Vitalii Koshura 7b3a683f68
Merge pull request #3168 from BOINC/cb_fix_small_issues
Quality: fix small issues
2019-06-27 15:32:02 +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 Vboxwrapper: initialize class members 2019-05-28 21:21:13 +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: 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
vbox60.tlb Add COM interface for VBox 6.0. 2019-05-10 01:42:00 -07:00
vbox_common.cpp Merge pull request #3168 from BOINC/cb_fix_small_issues 2019-06-27 15:32:02 +02:00
vbox_common.h vboxwrapper: fix shadowed-var compile warnings. 2019-06-09 23:19:48 -07: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_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 Add COM interface for VBox 6.0. 2019-05-10 01:42:00 -07:00
vbox_mscom_impl.h Implementation of changes requested 2017-11-06 14:59:59 +01:00
vbox_vboxmanage.cpp Vboxwrapper: ignore coverity defect 2019-05-28 21:05:37 +02:00
vbox_vboxmanage.h Implementation of changes requested 2017-11-06 14:59:59 +01:00
vboxcheckpoint.cpp VBOX: Remove unneeded error string 2015-03-26 08:55:32 -04:00
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 #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 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 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