Changes between Version 4 and Version 5 of ExampleApps

Show
Ignore:
Author:
Nicolas (IP: 200.127.223.79)
Timestamp:
07/31/08 15:23:20 (1 year ago)
Comment:

Update for BOINC sample directory move

Legend:

Unmodified
Added
Removed
Modified
  • ExampleApps

    v4 v5  
    22 
    33BOINC provides several example applications 
    4 in the [SourceCode boinc_samples] SVN module
     4in the boinc/samples/ directory
    55See the [CompileApp instructions for building BOINC applications]. 
    66 
    1010 
    1111 You can run the application standalone. Create a file 'in' in the directory where you run it; it will convert it to upper case and write it to 'out', and use 20 seconds of CPU time. 
    12  You can also run the graphics app standalone; it will show a bouncing 3D ball. If you copy the files `boinc/txf/Helvetica.txf` and `boinc_samples/uppercase/logo.jpg` to the directory where it runs, you'll also see an image and some nice-looking text (thanks to Tolu Aina for the latter). 
     12 You can also run the graphics app standalone; it will show a bouncing 3D ball. If you copy the files `boinc/txf/Helvetica.txf` and `boinc/samples/uppercase/logo.jpg` to the directory where it runs, you'll also see an image and some nice-looking text (thanks to Tolu Aina for the latter). 
    1313 * '''wrapper''': used to support [WrapperApp legacy applications]. 
    1414 * '''worker''': a representative legacy application (i.e. it doesn't use the BOINC API or runtime library). Used for testing wrapper. 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.