diff options
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 |