mirror of https://github.com/BOINC/boinc.git
Update CompileApp.md file
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
parent
08aed0be5a
commit
c22330a4d0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue