boinc/samples/example_app
Charlie Fenton 9849b0005a Samples: Add Macintosh build instructions for example app (uppercase), VBoxWrapper and Wrapper 2015-04-14 07:34:42 -07:00
..
Mac
bin
MakeMacExample.sh Example App (uppercase): fixes for compatibility with Xcode 6 2015-04-14 07:13:54 -07:00
Makefile
Makefile_android
Makefile_mac Example App (uppercase): fixes for compatibility with Xcode 6 2015-04-14 07:13:54 -07:00
Makefile_mac2 Example App (uppercase): fixes for compatibility with Xcode 6 2015-04-14 07:13: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
build_android.sh
slide_show.cpp
uc2.cpp client: track and report network, disk, and memory usage 2014-05-01 13:05:30 -07:00
uc2.h samples: Create a custom DLL for debugging DLL search path issues. Hook it up to the example app. 2014-01-15 12:01:00 -05:00
uc2_dll.cpp samples: Create a custom DLL for debugging DLL search path issues. Hook it up to the example app. 2014-01-15 12:01:00 -05:00
uc2_graphics.cpp example app comment typo 2014-01-20 23:39:59 -08:00
ucn.cpp

ReadMe.txt

To build the example_app sample (UpperCase2) 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 three ways to build the example_app sample for Macintosh:

[1] Run the MakeMacExample.sh script in this example_app directory (which will invoke the makefile Makefile_mac):
cd [path]/samples/example_app/
sh MakeMacExample.sh

[2] Invoke the stand-alone makefile Makefile_mac2 directly:
cd [path]/samples/example_app/
make -f Makefile_mac2

[3] Run the Xcode project at:
[path]/samples/mac_build/UpperCase2.xcodeproj