[ English | Japanese ]
Regular expression handler part is modified from Henry Spencer's V8 regexp(3).
This program is free software. You can redistribute, reuse or modify it freely unless you sell it commercially.
This program is distributed without any warranty.
Contact email: miyazawa@nii.ac.jp
1. Windows 2. Solaris 3. SunOS4.x 4. Linux
This distribution has two directories; "bin" directory containing executable programs for each platform and "html" directory containing documents in HTML format. Installation is just to copy files under these directories to proper position and to set PATH value.
There are no hidden elements like "resources" or "registries" or "DLL" files you have to set. Note that the instruction below is just an example of several possible solutions.
Uninstalling D is just to delete these files and erase the entry from PATH definition.
By default, c:\D-2.1 is used, and no need for copying.
Windows2000 or XP: From "Start" - "Settings" - "Control Panel", double click "System" and select "Advanced" tab, then click "Environment Variables" button. Select "path" in the User variables list and click "Edit" button. Add ";c:\D-2.1\bin" at the end and click "Ok" button.
Window95, 98 or ME users have to use other mechanisms for the PATH. Usually PATH is given from the "autoexec.bat" file and you have to change PATH command in the file.
Click right button on "Start" and click "Open", double click "programs" and choose "New" - "Shortcut" from the "File" menu. Follow the wizard and fill the location box with "c:\D-2.1\html\index.html" or"c:\D-2.1\html\eng\index.html" and name box with "D-2.1 manual" (or whatever you like).
Delete c:\D-2.1. Then erase entries from PATH and start menu just as the reverse procedure of installation. You can't use "Add or Remove Programs" in the control panel to uninstall D-2.1.
(Current directory is where this README-bin.txt file is). Being super user,
>mkdir /opt/D-2.1
>cp -r bin /opt/D-2.1
>cp -r html /opt/D-2.1
You add "/opt/D-2.1/bin" to your PATH, usually by editing your .profile or .cshrc file.
There is no system central entry point for HTML files. You may add file:/opt/local/html/index.html or file:/opt/local/html/eng/index.html to your web browser's bookmark.
Being super user,
>rm -r /opt/D-2.1
Erase PATH entry and bookmark pertaining D-2.1.
(Current directory is where this README-bin.txt file is). Being super user,
>install bin/* /usr/local/bin
>install -d /usr/local/html/D-2.1
>cp -r html/* /usr/local/html/D-2.1
If /usr/local/bin is not already in your PATH, add it. Usually, it is set from each user's .profile or .cshrc (or .bashrc etc.) file.
There is no system central entry point for HTML files. You may add file:/usr/local/html/D-2.1/index.html or file:/usr/local/html/D-2.1/eng/index.html to your web browser's bookmark.
Being super user,
>cd /usr/local/bin
>rm Dcat Dproj Dfd Dfreq Dunbundle DfromLine \
DtoLine Dtail Dbundle Dgrep Dhead Dorder \
Drename Drc Dpaste Dextract DtoTex Dmeans \
Dpack Dunpack Dtie Duntie Dsort Djoin Dpr_lc \
Dselect Dupdate Ded Dpr Dfdp Drcp
>rm -r /usr/local/html/D-2.1
Erase PATH entry (if needed) or bookmark pertaining D-2.1.
(Current directory is where this README-bin.txt file is). Being super user, ???
>install bin/* /usr/local/bin
>install -d /usr/local/html/D-2.1
>cp -r html/* /usr/local/html/D-2.1
(Usually no need, but) If /usr/local/bin is not already in your PATH, add it. Typically, it is set from each user's .bashrc? .profile or .cshrc (or .bashrc etc.) file.
It depends on the window system you are using. There is no system central entry point for HTML files. You may add file:/usr/local/html/D-2.1/index.html or file:/usr/local/html/D-2.1/eng/index.html to your web browser's bookmark.
Being super user,
>cd /usr/local/bin
>rm Dcat Dproj Dfd Dfreq Dunbundle DfromLine \
DtoLine Dtail Dbundle Dgrep Dhead Dorder \
Drename Drc Dpaste Dextract DtoTex Dmeans \
Dpack Dunpack Dtie Duntie Dsort Djoin Dpr_lc \
Dselect Dupdate Ded Dpr Dfdp Drcp
>rm -r /usr/local/html/D-2.1
Erase PATH entry (if needed) or bookmark pertaining D-2.1.