boinc/samples/example_app
Vitalii Koshura 797cbc8d9d
[CI] Build example applications, wrapper and vboxwrapper for OSX.
This fixes #4892.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-02-13 23:22:18 +01:00
..
Mac
MakeMacExample.sh [CI] Build example applications, wrapper and vboxwrapper for OSX. 2023-02-13 23:22:18 +01:00
Makefile linux apps compile gui with vcpkg 2022-04-23 12:54:08 +03:00
Makefile_mac [CI] Build example applications, wrapper and vboxwrapper for OSX. 2023-02-13 23:22:18 +01:00
Makefile_mac2 [CI] Build example applications, wrapper and vboxwrapper for OSX. 2023-02-13 23:22:18 +01:00
ReadMe.txt [CI] Build example applications, wrapper and vboxwrapper for OSX. 2023-02-13 23:22:18 +01:00
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

ReadMe.txt

To build the example_app sample (UpperCase2) for Macintosh:

First build the BOINC libraries:
cd [path]/mac_build
source BuildMacBOINC.sh -lib

NOTE: The libboinc_graphics2.a library and the graphics app must be built with the same version of Xcode

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/
source 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