aboutsummaryrefslogtreecommitdiffstats
path: root/doc/HowToBuild.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/HowToBuild.html')
-rw-r--r--doc/HowToBuild.html49
1 files changed, 38 insertions, 11 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html
index ede11653a..c54670b60 100644
--- a/doc/HowToBuild.html
+++ b/doc/HowToBuild.html
@@ -1,14 +1,31 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-
-<html>
-<head>
-<title>How to build the JOGL OpenGL binding for Java on the Desktop</title>
-</head>
-<body>
+<!DOCTYPE html PUBliC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <link href="../../style.css" rel="stylesheet" type="text/css"/>
+ <title>How to build JOGL</title>
+ </head>
+ <body>
+ <div id="container">
+ <div id="header">
+ <div id="slogan">How to build JOGL</div>
+ <div id="logo"><a href="http://jogamp.org/">How to build JOGL</a></div>
+ </div>
+ <div id="menu">
+ <ul>
+ <li><a href="http://jogamp.org/">Home</a></li>
+ <li><a href="../../gluegen/www/">Gluegen</a></li>
+ <li><a href="../../joal/www/">JOAL</a></li>
+ <li><a href="../../jocl/www/">JOCL</a></li>
+ <li><a href="../../jogl/www/">JOGL</a></li>
+ <li><a href="../../demos/www/">Demos</a></li>
+ <li><a href="../../wiki/">Wiki</a></li>
+ <li><a href="../../deployment/jogl-next/javadoc_public/">JavaDoc</a></li>
+ </ul>
+ </div>
+ <div id="main" class="fill">
-<h1>How to build the JOGL OpenGL binding for Java on the Desktop</h1>
-<hr>
-The embedded device HOWTO will reside in its own documentation soon.
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<h2>Platform and Component Requirements</h2>
<hr>
@@ -194,5 +211,15 @@ directory of the JRE/JDK. On Windows and Linux, delete any ANTLR jars from jre/l
<i>- Christopher Kline and Kenneth Russell, June 2003 (revised November 2006)</i><br>
<i>- Sven Gothel, May 2010</i><br>
-</body>
+ </div>
+ <div id="footer">
+ <div id="footer_left">
+ <span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">JogAmp.org</span>
+ by <a xmlns:cc="http://creativecommons.org/ns#" href="http://jogamp.org" property="cc:attributionName" rel="cc:attributionURL">http://jogamp.org</a>
+ is licensed under a <br/>
+ <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>.
+ </div>
+ </div>
+ </div>
+ </body>
</html>