boinc/samples/vboxwrapper
computezrmle 35b4d7b02d
[vboxwrapper] Replace sprintf with snprintf
2022-08-04 11:25:55 +02:00
..
vboxwrapper.xcodeproj Updat for Xcode 13: Mac VBoxWrapper build script & Xcode project 2022-06-09 04:21:46 -07:00
BuildMacVboxWrapper.sh Updat for Xcode 13: Mac VBoxWrapper build script & Xcode project 2022-06-09 04:21:46 -07:00
Makefile Compile mingw apps 2021-08-16 18:43:11 +03: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 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 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
vbox_common.cpp Cancel previous change 2022-07-31 21:20:03 +02:00
vbox_common.h vboxwrapper: fix shadowed-var compile warnings. 2019-06-09 23:19:48 -07:00
vbox_vboxmanage.cpp [vboxwrapper] Replace sprintf with snprintf 2022-08-04 11:25:55 +02:00
vbox_vboxmanage.h [vboxwrapper] Get rid of COM implementation in favor of more stable generic implementation 2022-03-03 20:15:41 +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 Merge branch 'master' into default_disk_controller 2022-02-22 11:01:15 +01:00
vboxjob.h Merge pull request #4630 from computezrmle/increase_vbox_vram 2022-02-22 09:58:30 +01: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 [vboxwrapper] Replace sprintf with snprintf 2022-08-04 11:25:55 +02:00
vboxwrapper.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07: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 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