diff options
author | Sven Gothel <[email protected]> | 2010-05-17 01:04:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-17 01:04:41 +0200 |
commit | 729777127730306ed5092c2dd953f67f48a6e152 (patch) | |
tree | c7395bd09b7a021e5dc7dc9f6af5f16e97c9bf24 /doc/HowToBuild.html | |
parent | a060a239dce75315ecaaab217a2ecfcc36deea01 (diff) |
Added Cg reference
Diffstat (limited to 'doc/HowToBuild.html')
-rw-r--r-- | doc/HowToBuild.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 0447d57ed..f147a26c6 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -66,6 +66,10 @@ if not stated otherwise.<br> <a href="http://code.google.com/p/msysgit/downloads/detail?name=Git-1.7.0.2-preview20100309.exe&can=2&q=">1.7.0</a> or later.</li> <li> <a href="http://code.google.com/p/git-osx-installer/">git-osx-installer</a> </li> </ul></li> +<li> Optional <b>NVidia Cg 2.2</b> <br> + <ul> + <li> <a href="http://developer.nvidia.com/object/cg_download.html">Cg 2.2 Toolkit Download Page</a></li> + </ul> <li> <b>GNU Linux</b> x86, 32- and 64-bit<br> You may have to install a few developer packages ... <ul> @@ -189,7 +193,7 @@ Here are the steps that are required in order to build JOGL. <LI> <B>Build the source tree:</B> <br> Open a command shell in the "jogl/make" directory of the source tree and type "ant"</code>. <UL> - <LI>An experimental binding to the high-level <a href="http://developer.nvidia.com/view.asp?PAGE=cg_main">Cg</a> language by NVidia corporation can be generated by specifying <code>-Djogl.cg=1</code> to ant; e.g. <code>ant -Djogl.cg=1</code>. The Cg binding has been tested on Windows, Linux, and Mac OS X.</LI> + <LI>An experimental binding to the high-level <a href="http://developer.nvidia.com/object/cg_toolkit.html">Cg</a> language by NVidia corporation can be generated by specifying <code>-Djogl.cg=1</code> to ant; e.g. <code>ant -Djogl.cg=1</code>. You also have to specify the Cg related properties within <code>jogl.properties</code>. The Cg binding has been tested on Windows, Linux, and Mac OS X.</LI> </UL></LI> <LI> <B>Test your build:</B> <br> Stay in your command shell in the "jogl/make" directory of the source tree and type "ant junit.run"</code>.</LI> |