boinc/samples/example_app
Vitalii Koshura e4fb66e30c
[CI] Build wrapper and vboxwrapper on CI for release
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-12-11 01:56:02 +01:00
..
Mac
MakeMacExample.sh [CI] Build example applications, wrapper and vboxwrapper for OSX. 2023-02-13 23:22:18 +01:00
Makefile [CI] Build wrapper and vboxwrapper on CI for release 2023-12-11 01:56:02 +01: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 Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
uc2.cpp
uc2.h
uc2_dll.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
uc2_graphics.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02: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

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