diff options
author | Sven Gothel <[email protected]> | 2013-10-12 22:09:58 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-12 22:09:58 +0200 |
commit | fc068a2e84a221a44b1620e6a3ad58a2c58d78ef (patch) | |
tree | b376fd987405ff5a0d2067ae84117f0eebccdba2 /README | |
parent | 65b097a9edce2a8e49235a0eb9307f65db82e722 (diff) |
Scripts/README: Add note on how to start a single demov2.1.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -33,3 +33,10 @@ \__\/ \ \::/ \ \:\ \ \::/ /__/:/ \__\/ \__\/ \__\/ \__\/ +build: + ant + +run single demo: + ant -Dmain.class=com.jogamp.opencl.demos.bitonicsort.BitonicSort run + ant -Dmain.class=com.jogamp.opencl.demos.julia3d.Julia3d run + ant -Dmain.class=com.jogamp.opencl.demos.joglinterop.GLCLInteroperabilityDemo run |