From c22330a4d0077136fa145661e6075533361abc39 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Wed, 22 Feb 2023 20:50:58 +0100 Subject: [PATCH] Update CompileApp.md file Signed-off-by: Vitalii Koshura --- CompileApp.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CompileApp.md b/CompileApp.md index 147bfff..6fb70c6 100644 --- a/CompileApp.md +++ b/CompileApp.md @@ -1,3 +1,5 @@ +# Building BOINC applications + When building a BOINC application, you typically * want versions for several platforms (Windows, Mac OS X, Linux); @@ -13,7 +15,7 @@ these challenges disappear. Whether you're creating a new application or adapting an existing application to BOINC, we recommend that you start by building the BOINC sample application -*example_app* on all the platforms you want to support. +**example_app** on all the platforms you want to support. When this is done, you can use the example application and its associated project files as a basis for your own application. @@ -24,4 +26,4 @@ The next steps depend on the target platform. See more explanations for each of * [Mac OS X](BuildMacApp) * [Linux](CompileAppLinux) * [Android](AndroidBuildApp) -* [CUDA and OpenCL](wiki:GPUApp) \ No newline at end of file +* [CUDA and OpenCL](GPUApp)