[ English | Japanese ]
WHAT IS D? -> see Brief Introduction to D.
THIS VERSION? -> see Release Note.
HOW TO INSTALL? -> see following INSTALLATION GUIDE section.
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.
Please, mail to the author.
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.
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.
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.