D-commands; data processing utility : D-2.6 src package

[ English | Japanese ]

WHAT IS D? -> see Brief Introduction to D.

THIS VERSION? -> see Release Note.

HOW TO INSTALL? -> see following INSTALLATION GUIDE section.

INSTALLATION GUIDE

First of all, you have to enable commands gcc, make and yacc. Usually these commands are included in the C development packages.

Next, make sure that libxml2-dev or libxml2-devel is installed. (These packages provide header files for libxml2). If not, try:

sudo apt-get install libxml2-dev

or

sudo yum install libxml2-devel

Then, installation follows standard Gnu build system.

  1. ./configure
  2. make
  3. make install

When things doesn't go well

Please, mail to the author.

Information for those who try to compile

This distribution has files shown in the following table. Configure script is generated using autoconf. For your information, configure.ac is included. You may modify these files.

Table 1. Contents of this distribution
File/Directory Description
License.txt License notice
README-jpn.html Japanese version of this file
README.html This file
ReleaseNote-jpn.html Japanese version of Release Note
ReleaseNote.html Release Note
scriptsrc/ Command scrtipts
html/ HTML manuals
src/ Source files
configure configure script
config.h.in, Makefile.in Input for configure script to make config.h and Makefile
configure.ac autoconf source for configure (for your infomation only.)

D-2.6 depends only on standard (in loose sence) C libraries, iconv and libxml2. If something goes wrong, most probably, configuration of the latter two components is not what the author expected.

Uninstall

Following command in this directory will uninstall D-2.6.

make uninstall

You may keep Makefile of this directory (in anywhere you like) for future uninstallation. Of course, Makefile has to be the one you used for the installation.