$Id: README.txt 1829 2007-05-11 16:47:32Z dcollins $

To run the basic demo on Mac OS X or Linux while in the release directory:
    chmod +x run-demo.bash
    ./run-demo.bash worldwinddemo.BasicDemo
or on Windows
    java -Xmx512m -Dsun.java2d.noddraw=true -classpath worldwind.jar;jogl.jar;gluegen-rt.jar worldwinddemo.BasicDemo

Your computer must have a modern graphics card with an up-to-date driver.  The
source of most getting-up-and-running problems is an out-of-date graphics driver.
To get an updated driver, visit your graphics card manufacturer's web site.  This
will most likely be either NVIDIA, ATI or Intel. The drivers are typically under
a link named "Downloads" or "Support". If your computer is a laptop, then updated
drivers are probably at the laptop manufacturer's web site rather than the graphics
card manufacturer's.
