boinc/samples/vboxwrapper
David Anderson fad18aa491 vboxwrapper: fix bug that caused VB version detection to fail 2024-03-27 01:37:34 -07:00
..
vboxwrapper.xcodeproj [CI] Build example applications, wrapper and vboxwrapper for OSX. 2023-02-13 23:22:18 +01:00
BuildMacVboxWrapper.sh [CI] Build example applications, wrapper and vboxwrapper for OSX. 2023-02-13 23:22:18 +01:00
Makefile Add proper versioning and the corresponding script to worker application 2023-12-19 10:54:06 +03:00
Makefile_mac [CI] Build example applications, wrapper and vboxwrapper for OSX. 2023-02-13 23:22:18 +01:00
ReadMe.txt Samples: Add Macintosh build instructions for example app (uppercase), VBoxWrapper and Wrapper 2015-04-14 07:34:42 -07:00
boinc_resolve_1 vboxwrapper: if VM memory size is < 512MB, set it to 512MB 2023-12-14 00:34:32 -08:00
floppyio.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
floppyio.h Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
gbac.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
gbac.h Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
vbox_common.cpp vboxwrapper: fix bug that caused VB version detection to fail 2024-03-27 01:37:34 -07:00
vbox_common.h vboxwrapper: add options for sharing slot and project directories 2023-12-10 16:40:13 -08:00
vbox_vboxmanage.cpp Update vbox_vboxmanage.cpp 2024-03-20 13:08:14 +01:00
vbox_vboxmanage.h Code reorganization and cleanup. No functional changes. 2023-12-07 19:31:59 -08:00
vboxcheckpoint.cpp VBOX: Remove unneeded error string 2015-03-26 08:55:32 -04:00
vboxcheckpoint.h Code reorganization and cleanup. No functional changes. 2023-12-07 19:31:59 -08:00
vboxjob.cpp vboxwrapper: 2023-12-11 01:35:12 -08:00
vboxjob.h vboxwrapper: add options for sharing slot and project directories 2023-12-10 16:40:13 -08:00
vboxlogging.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
vboxlogging.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
vboxwrapper.cpp Avoid compiler warning in vboxwrapper.cpp 2024-03-22 17:06:30 +01:00
vboxwrapper.h vboxwrapper: if VM memory size is < 512MB, set it to 512MB 2023-12-14 00:34:32 -08:00
vboxwrapper_win.aps [vboxwrapper] Get rid of COM implementation in favor of more stable generic implementation 2022-03-03 20:15:41 +01:00
vboxwrapper_win.h Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
vboxwrapper_win.rc Update copyright year 2024-01-01 00:08:56 +00: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