boinc/samples/wrapper
David Anderson 5f53fe3077 wrapper: fix bug in reading checkpoint file; from Kevin Vinson 2015-04-21 11:51:00 -07:00
..
BuildMacWrapper.sh
Makefile WRAPPER: Remove the pthread library when building for Android. 2014-04-18 17:09:17 -04:00
Makefile_mac Wrapper: fixes for compatibility with Xcode 6 2015-04-14 07:28:47 -07:00
ReadMe.txt Samples: Add Macintosh build instructions for example app (uppercase), VBoxWrapper and Wrapper 2015-04-14 07:34:42 -07:00
job.xml wrapper: log task completion as well as start 2014-04-30 15:36:28 -07:00
regerror.c
regexp.c
regexp.h
regexp_custom.h
regexp_int.h
regexp_memory.c
regexp_report.c Normalized line breaks according to latest updates of .gitattributes 2014-06-27 10:12:11 +02:00
regmagic.h
regsub.c
wrapper.cpp wrapper: fix bug in reading checkpoint file; from Kevin Vinson 2015-04-21 11:51:00 -07:00
wrapper_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
wrapper_win.rc * Fix version resource information for wrapper and vboxwrapper. 2014-09-08 12:37:15 -04:00

ReadMe.txt

To build wrapper 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, run the BuildMacWrapper.sh script in this wrapper directory (which will invoke the makefile Makefile_mac):
cd [path]/samples/wrapper/
sh BuildMacWrapper.sh