Personal tools
You are here: Home CDAT Download and Install In Depth Installation Guide Removing (or Cleaning) Software
Document Actions

Removing (or Cleaning) Software

by Charles Doutriaux last modified 2008-09-09 10:16
  Table of Contents Previous Next
Contents Previous Next

For building again on a different system, or after downloading a new version, or just to save disk space, issue the following commands:

cd <CDAT_SRC_DIRECTORY>
make clean

To clean the Makefile and config.log as well

cd <CDAT_SRC_DIRECTORY>
make distclean

Note: To rebuild CDAT, always run make clean first and rerun configure. If you wish to rebuild CDAT and restart over, it is best to remove the <CDAT_INSTALL_DIRECTORY>.

  Table of Contents Previous Next
Contents Previous Next

Powered by Plone