Update CompileApp.md file

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Vitalii Koshura 2023-02-22 20:50:58 +01:00
parent 08aed0be5a
commit c22330a4d0
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
1 changed files with 4 additions and 2 deletions

@ -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)
* [CUDA and OpenCL](GPUApp)