This provides a quick way to install DDS applications on a single
platform after installing the libraries. Download, unzip (gunzip)
and untar the "app" file. For more detailed information on the
applications installation go to
Applications Installation.
- Make sure all the DDS libraries are in place in
${DDSROOT}/lib/archdirs...
- Make sure X/Motif is installed for several of the interactive
applications. You can use either LessTif or OpenMotif also.
- Install the Tiff library if you want tiff output capability for
xsd. This is optional as xsd will detect whether it is available.
- Go to the DDS root directory,
${DDSROOT}
- Execute "
make apps" from this root DDS directory to
build AND install all the applications.
- Go to the distribution directory under
${DDS_DIST}/bin
and check for the startup scripts for each of the DDS applications.
If any are missing, go to the associated directory under
${DDSROOT}/src/cmd/ and look at the
"mklog..." file to discern what the problem is.
- Add
${DDS_DIST}/bin to your
${PATH} environment to execute the
applications.
- If you need to clean up the applications and associated object
files execute "
make appsclean".