summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-10-12 22:09:58 +0200
committerSven Gothel <[email protected]>2013-10-12 22:09:58 +0200
commitfc068a2e84a221a44b1620e6a3ad58a2c58d78ef (patch)
treeb376fd987405ff5a0d2067ae84117f0eebccdba2
parent65b097a9edce2a8e49235a0eb9307f65db82e722 (diff)
Scripts/README: Add note on how to start a single demov2.1.1
-rw-r--r--README7
-rw-r--r--scripts/make.jogl.all.linux-x86_64.sh4
2 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 6049f79..af5f6ac 100644
--- a/README
+++ b/README
@@ -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
diff --git a/scripts/make.jogl.all.linux-x86_64.sh b/scripts/make.jogl.all.linux-x86_64.sh
index 542be1f..2726dc6 100644
--- a/scripts/make.jogl.all.linux-x86_64.sh
+++ b/scripts/make.jogl.all.linux-x86_64.sh
@@ -1,5 +1,9 @@
#! /bin/sh
+# $0 -Dmain.class=com.jogamp.opencl.demos.bitonicsort.BitonicSort run
+# $0 -Dmain.class=com.jogamp.opencl.demos.julia3d.Julia3d run
+# $0 -Dmain.class=com.jogamp.opencl.demos.joglinterop.GLCLInteroperabilityDemo run
+
if [ -e ../setenv-build-jogl-x86_64.sh ] ; then
. ../setenv-build-jogl-x86_64.sh
fi