cDirCmp v0.3 Description =========== cDirCmp is a simple utility that compares two directories, displays the differences, and allows you to select items to copy. This is the ncurses version of gDirCmp. Installation ============ To create the executable: tar zxvf cdircmp-0.3.tar.gz # unpack the tarball cd cdircmp-0.3 # cd to the newly-created directory make # create the executable To install the executable: su # become root make install # copy cdircmp to /usr/local/bin directory