Defensive Driving Simulator

  Home

  Demo

  About

  Documentation

  Development

  Contact us

 

Build Instructions

----------------------
Software Requirements:
----------------------
 - Sun's Java SDK 1.5+
 - Apache Ant 1.6.5+
 - OpenGL libraries for your system.

---------------------- 
Hardware Requirements: 
---------------------- 
 - Video card supporting OpenGL.
 - Reasonably fast processor.

----------------------- 
Compiling and building:
----------------------- 
This project is designed to be built and exported entirely through Ant.  For a 
standard build, all you have to do is execute the build.xml file's default
target.  This is done on most systems by simply typing running the following 
line in the same directory as the build.xml file:

ant

If you are not interested in exporting the entire website and would prefer to 
export either just the Java Applet or just the Java Web Start application, you 
will use one of the following respective commands:

ant applet.jar
ant export.libs

OR

ant application.jar

It should be noted that building the applet.jar does NOT copy the supporting 
library JARs to the export folder.  That is why a subsequent call must be made 
to export.libs.

Configuration
Click here to learn about configuring your own copy of Defensive Driving Simulator.

Other Ant Build Targets
Click here to learn about the other Ant build targets for this application.

Web site and all contents Copyright © 2006 CS4911 Team 26, All rights reserved.
Free website templates