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)