boinc/samples/wrapper
Tal Regev c4780563b4 Arrange apps makefiles 2021-04-10 11:02:39 +03:00
..
BuildMacWrapper.sh Mac: Update building wrapper app for compatibility with Xcode 10 2020-08-28 03:22:54 -07:00
Makefile Arrange apps makefiles 2021-04-10 11:02:39 +03:00
Makefile_mac Mac: Update building wrapper app for compatibility with Xcode 10 2020-08-28 03:22:54 -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 - wrapper: add source files for a regular expression library 2013-03-04 15:04:51 +01:00
regexp.c - wrapper: compile fixes for Win 2013-03-04 15:04:51 +01:00
regexp.h - wrapper: add source files for a regular expression library 2013-03-04 15:04:51 +01:00
regexp_custom.h - wrapper: add source files for a regular expression library 2013-03-04 15:04:51 +01:00
regexp_int.h - wrapper: add source files for a regular expression library 2013-03-04 15:04:51 +01:00
regexp_memory.c - wrapper: add source files for a regular expression library 2013-03-04 15:04:51 +01:00
regexp_report.c Normalized line breaks according to latest updates of .gitattributes 2014-06-27 10:12:11 +02:00
regmagic.h - wrapper: add source files for a regular expression library 2013-03-04 15:04:51 +01:00
regsub.c - wrapper: compile fixes for Win 2013-03-04 15:04:51 +01:00
wrapper.cpp Merge pull request #3999 from BOINC/dpa_wrapper_prio 2020-09-25 01:04:46 -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 update copyright year 2019-04-08 21:50:03 +03: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