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 Moving the boinc_samples directory under the boinc directory. 2008-07-31 20:12:07 +00:00
bin svn path=/trunk/boinc/; revision=24254 2011-09-22 04:14:46 +00:00
MakeMacExample.sh Example App (uppercase): fixes for compatibility with Xcode 6 2015-04-14 07:13:54 -07:00
Makefile Condor: add variant of uppercase that processes multiple files 2013-08-27 21:24:01 -07:00
Makefile_android android: Fix the example app compile on Android 2013-03-05 13:39:42 +01:00
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 android: Add environment variables for CC and CFLAGS. The regex stuff in the wrapper was using the Linux(x86) compiler instead of the Android (ARM) cross-compiler. 2013-03-05 14:17:54 +01:00
slide_show.cpp sample apps: include <cmath> instead of <math.h> 2013-05-28 12:00:39 -07:00
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 Condor: add variant of uppercase that processes multiple files 2013-08-27 21:24:01 -07:00

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