Changes between Version 15 and Version 16 of CompileApp
- Timestamp:
- Apr 2, 2008, 4:07:58 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileApp
v15 v16 8 8 Achieving these goals can be challenging. However, BOINC provides tools and example files that simplify the task. 9 9 10 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 ''' upper_case''' on all the platforms you want to support. When this is done, you can use the sample application and its associated project files as a basis for your own application.10 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 '''boinc_samples/example_app''' on all the platforms you want to support. When this is done, you can use the sample application and its associated project files as a basis for your own application. 11 11 12 12 The first step in building the sample application on a given host is to check out the boinc and boinc_samples modules on that host. Put them in the same parent directory.