[Nanodesigner-cvs] Installation notes.html,NONE,1.1
Status: Alpha
Brought to you by:
swinnen
|
From: swinnen <sw...@us...> - 2005-07-26 17:07:12
|
Update of /cvsroot/nanodesigner In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15517 Added Files: Installation notes.html Log Message: --- NEW FILE: Installation notes.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- A:link {text-decoration: none} A:visited {text-decoration: none} A:active {text-decoration: none} h2 { font-size: 14px; font-weight: bold; border-bottom: 1px solid #808080; margin-top: 5px; margin-bottom: 5px; color: #D20005; background: #ffffff } p.center { text-align: center } p.centerbold { text-align: center; font-weight: bold } p.small-bold { font-family: serif; font-size: 11px; font-weight: bold } ul.text { list-style-type: none } --> </style> <title>Nanodesigner version 0.1.1 installation notes.</title> </head> <body> <p class="centerbold">Nanodesigner</p> <p class="centerbold">Installation notes version 0.1.1.</p> <p class="center">Last revised: July 21, 2005.</p> <h2>Contents.</h2> <blockquote> <dl> <dt><a href="#install">Installation</a></dt> <dt><a href="#compile">Compilation</a></dt> <dt><a href="#documentation">Documentation</a></dt> <dt><a href="#information">More information</a></dt> </dl> </blockquote> <h2><a name="install"><b>Installation.</b></a></h2> <ul class="text"> <li>You will need to have the following software packages installed:<br /> <ul> <li><a href="http://java.sun.com/j2se/1.5.0/download.jsp">J2SE v1.5 or higher</a></li> <li><a href="http://ant.apache.org/bindownload.cgi">A recent version of Ant</a> (if you are not using an IDE that is)</li> <li><a href="http://java.sun.com/products/javahelp/download_binary.html">JavaHelp 2.x</a></li> <li><a href="https://jogl.dev.java.net/servlets/ProjectDocumentList?folderID=2869&expandFolder=2869&folderID=0">JOGL 1.1 beta 10</a> or higher. <p><b>Windows:</b><br /> Install JOGL by downloading jogl.jar and jogl-natives-win32.jar. Copy jogl.jar to the directory jdk1.5.x\jre\lib\ext. Copy the content of jogl-natives-win32.jar, i.e. the files libjogl.so and libjogl_cg.so, to the directory jdk1.5.x\jre\lib\i386.</p> <p><b>Linux:</b><br /> Install JOGL by downloading jogl.jar and jogl-natives-linux.jar. Copy jogl.jar to the directory jdk1.5.x/jre/lib/ext. Copy the content of jogl-natives-linux.jar, i.e. the files libjogl.so and libjogl_cg.so, to the /usr/lib directory.</p></li> <li><a href="https://java3d.dev.java.net/binary-builds.html">Vecmath 1.3 library</a> <p><b>Windows:</b><br /> Extract vecmath.jar from the file java3d-1_3_x-windows-i586.zip. Inside this zip file you will find a file j3d-13x-win.zip. Inside this zip file you will find vecmath.jar. Copy this file to the directory jdk1.5.x\jre\lib\ext.</p> <p><b>Linux:</b><br /> Extract vecmath.jar from the file java3d-1_3_x-linux-i586.zip. Inside this zip file you will find a file j3d-13x-linux.zip. Inside this zip file you will find vecmath.jar. Copy this file to the directory jdk1.5.x/jre/lib/ext.</p></li> </ul> <p>Make sure that you update your path environment variable so that the programs can run (javac, javadoc, ant and jhindexer).</p> </ul> <h2><a name="compile"><b>Compilation.</b></a></h2> <ul class="text"> <li><a name="windows"><b>Windows</b></a> <ul> <li>Open a dos window and run 'ant' in the Nanodesigner-0.1.1 directory. This command will create three jar files called core.jar, g3d.jar and gui.jar and will put thes files in Nanodesigner-0.1.1\jars. <li>Go to the Nanodesigner-0.1.1\HelpDocs directory and run 'jhindexer help'. This command will create the JavaHelpSearch directory. <li>While still in the Helpdocs directory create a jar file with the help documents by running the command 'jar -cvf nd_help.jar *'. <li>Copy nd_help.jar to the Nanodesigner-0.1.1\jars directory <li>Copy jh.jar from the JavaHelp directory (jh2.0\javahelp\lib) to the Nanodesigner-0.1.1\jars directory </ul> <p><a name="linux"><b>Linux</b></a></p> <ul> <li>Open a terminal window and run 'ant' in the Nanodesigner-0.1.1 directory. This command will create three jar files called core.jar, g3d.jar and gui.jar and put these files in the Nanodesigner-0.1.1/jars directory. <li>Go to the Nanodesigner-0.1.1/HelpDocs directory and run 'jhindexer help'. This command will create the JavaHelpSearch directory. <li>While still in the Helpdocs directory create a jar file with the help documents by running the command 'jar -cvf nd_help.jar *'. <li>Copy nd_help.jar to the Nanodesigner-0.1.1/jars directory <li>Copy jh.jar from the JavaHelp directory (jh2.0/javahelp/lib) to the Nanodesigner-0.1.1/jars directory </ul> </ul> <h2><a name="documentation"><b>Documentation.</b></a></h2> <p>The Nanodesigner API documents can be generated by running the command 'ant doc' in a dos (windows) or terminal (linux) window in the Nanodesigner-0.1.1 directory. A directory called 'api-doc' will be created with all API documentation in html format.</p> <h2><a name="information"><b>More information.</b></a></h2> <p>For more information, visit our website at <a href="http://www.nanodesigner.org/">www.nanodesigner.org</a>.</p> <hr> <p class="small-bold">The Nanodesigner development team.</p> </body> </html> |