aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-05 05:32:15 +0200
committerSven Gothel <[email protected]>2011-08-05 05:32:15 +0200
commit4dbb8731219212e27c9afb769a1c62b32bd230a6 (patch)
tree0b0e18917789b795bf2f90ad17261045942f99d6 /doc
parentfa365b3118bcf71bc5466c4789a460fb0f96b41c (diff)
deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' separation ; android cleanup
remaining all-in-one jnlp's / jars: jogl-all-awt.jnlp -> jogl.all.jar jogl-all-noawt.jnlp -> jogl.all-noawt.jar jogl-all-mobile.jnlp -> jogl.all-mobile.jar native for all above: jogl-all-natives-linux-amd64.jar jogl.all-android.apk jogl.all-android.jar more may follow for each supported platfrom ++++ - newt: proper 'driver' separation - all drivers reside now in jogamp.newt.driver.* - remove intptr.cfg / use gluegen's
Diffstat (limited to 'doc')
-rw-r--r--doc/deployment/JOGL-DEPLOYMENT.html68
1 files changed, 23 insertions, 45 deletions
diff --git a/doc/deployment/JOGL-DEPLOYMENT.html b/doc/deployment/JOGL-DEPLOYMENT.html
index b54bc6406..b64bffa61 100644
--- a/doc/deployment/JOGL-DEPLOYMENT.html
+++ b/doc/deployment/JOGL-DEPLOYMENT.html
@@ -38,54 +38,36 @@
<h2>Desktop All in One</h2>
- <h3>With AWT and NEWT</h3>
+ <h3>With AWT</h3>
<ul>
- <li><code>newt-all-awt.jnlp</code><br/>
+ <li><code>jogl-all-awt.jnlp</code><br/>
<ul>
- <li><code>jogl-all-awt.jnlp</code><br/>
- <ul>
- <li><code>gluegen-rt.jnlp</code></li>
- <li><code>nativewindow-all-awt.jnlp</code></li>
- </ul>
- </li>
+ <li><code>gluegen-rt.jnlp</code></li>
</ul>
</li>
</ul>
- <h3>With AWT - Without NEWT</h3>
+ <h3>Without AWT</h3>
<ul>
- <li><code>jogl-all-awt.jnlp</code><br/>
+ <li><code>jogl-all-noawt.jnlp</code><br/>
<ul>
<li><code>gluegen-rt.jnlp</code></li>
- <li><code>nativewindow-all-awt.jnlp</code></li>
</ul>
</li>
</ul>
- <p>
- It loads the JAR files for the <a href="#NativeLibraries">native libraries</a>,<br/>
- as well as the other <a href="#AllInOneJARs">All In One JAR files</a>
- for <a href="#AllInOneJARsAWT">AWT support</a>.
- </p>
-
- <h3>Without AWT</h3>
+ <h3>Mobile</h3>
<ul>
- <li><code>newt-all-noawt.jnlp</code><br/>
+ <li><code>jogl-all-mobile.jnlp</code><br/>
<ul>
- <li><code>jogl-all-noawt.jnlp</code><br/>
- <ul>
- <li><code>gluegen-rt.jnlp</code></li>
- <li><code>nativewindow.jnlp</code></li>
- </ul>
- </li>
+ <li><code>gluegen-rt.jnlp</code></li>
</ul>
</li>
</ul>
-
<p>
It loads the JAR files for the <a href="#NativeLibraries">native libraries</a>,<br/>
as well as the other <a href="#AllInOneJARs">All In One JAR files</a>
- for <a href="#AllInOneJARsNoAWT">Without AWT support</a>.
+ for <a href="#AllInOneJARsAWT">AWT support</a>.
</p>
<hr/>
@@ -108,9 +90,7 @@
JOGL native libraries
<ul>
<li>libjogl_desktop.so</li>
- <li>libjogl_gl2es12.so</li>
- <li>libjogl_es1.so</li>
- <li>libjogl_es2.so</li>
+ <li>libjogl_mobile.so</li>
<li>libjogl_cg.so</li>
</ul>
@@ -141,18 +121,19 @@
<a name="AllInOneJARsAWT">With AWT</a>:
<ul>
- <li>nativewindow.all.jar</li>
<li>jogl.all.jar</li>
- <li>newt.all.jar (optional - redundant if no NEWT is used)</li>
</ul>
<a name="AllInOneJARsNoAWT">Without AWT</a>:
<ul>
- <li>nativewindow.all-noawt.jar</li>
<li>jogl.all-noawt.jar</li>
- <li>newt.all-noawt.jar</li>
</ul>
+ <a name="AllInOneJARsNoAWT">Mobile</a>:
+ <ul>
+ <li>jogl.all-mobile.jar</li>
+ <li>jogl.all-android.jar</li>
+ </ul>
<h3>Atomic Deployment </h3>
@@ -190,17 +171,19 @@
<li>JOGL [pick your platform]:<br/>
<ul>
- <li>jogl.egl.jar</li>
<li>jogl.os.x11.jar</li>
<li>jogl.os.win.jar</li>
<li>jogl.os.osx.jar</li>
+ <li>none</li>
</ul></li>
<li>Newt [pick your platform] (optional):<br/>
<ul>
- <li>newt.os.x11.jar</li>
- <li>newt.os.win.jar</li>
- <li>newt.os.osx.jar</li>
+ <li>newt.driver.x11.jar</li>
+ <li>newt.driver.win.jar</li>
+ <li>newt.driver.osx.jar</li>
+ <li>newt.driver.kd.jar</li>
+ <li>none</li>
</ul></li>
</ul>
@@ -211,13 +194,9 @@
<ul>
<li>Embedded Device Profiles<br/>
<ul>
- <li>jogl.gles1.jar<br/>
- <ul>
- <li>jogl.gles1.dbg.jar</li>
- </ul></li>
- <li>jogl.gles2.jar<br/>
+ <li>jogl.glmobile.jar</li>
<ul>
- <li>jogl.gles2.dbg.jar</li>
+ <li>jogl.glmobile.dbg.jar</li>
</ul></li>
</ul></li>
@@ -227,7 +206,6 @@
<ul>
<li>jogl.gldesktop.dbg.jar</li>
</ul></li>
- <li>jogl.gl2es12.jar (for desktop ES1/ES2 emulation)</li>
</ul></li>
</ul>