boinc/samples/example_app
Christian Beer 38205527dd Merge pull request #1435 from BOINC/fix_defects_apps
Fix defects in example apps
2015-11-19 22:59:42 +01: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 example_app: reclassify the example_app as a console application on Windows. 2015-11-19 14:24:19 -05:00
uc2.h
uc2_dll.cpp
uc2_graphics.cpp
ucn.cpp ExampleApp: prevent resource leak 2015-11-10 16:59:20 +01: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