boinc/samples/example_app
Vitalii Koshura 6edf0eea89
[CI] Fix failing linux and mingw vcpkg builds due to the change in the brotli library name (now without '-static' suffix)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-09-26 21:45:21 +02:00
..
Mac
MakeMacExample.sh [CI] Build example applications, wrapper and vboxwrapper for OSX. 2023-02-13 23:22:18 +01:00
Makefile [CI] Fix failing linux and mingw vcpkg builds due to the change in the brotli library name (now without '-static' suffix) 2023-09-26 21:45:21 +02: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