From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/dvispell/install.dvistats | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 support/dvispell/install.dvistats (limited to 'support/dvispell/install.dvistats') diff --git a/support/dvispell/install.dvistats b/support/dvispell/install.dvistats new file mode 100644 index 0000000000..5949e66fcc --- /dev/null +++ b/support/dvispell/install.dvistats @@ -0,0 +1,36 @@ +Comments by Daniel TAUPIN +taupin@lps.u-psud.fr (October 2001) + +Compiling DVISTATS on Linux +----------------------------------- + 1. "gunzip" the distribution + 2. tar -xf dvispell.tar + 3. cd dvispell # (root directory of distribution) + 4. ./configure + 5. If "configure" does not find "kpse*" items, then + install the kpathsea library and restart ./configure + 6. make + + "make install" does not seem to work, then you have just to put the +dvispell executable in the common path, such as /usr/local/bin + +Compiling DVISTATS on MSDOS/DJGPP +----------------------------------------- + 1. "gunzip" the distribution + 2. tar -xf dvistats.tar + 3. cd dvistats # (root directory of distribution) + 4. make + +Installing DVISTATS on MSDOS/DJGPP +----------------------------------------- + 1. Copy dvistats.exe somewhere in your PATH + 2. Choose a root directory for the dictionaries (e.g. d:\emtex\dvispell) and + set current directory to it. + 3. "unzip" (or "pkunzip -d") the various dictionaries (french.zip, english.zip, + deutsch.zip, italian.zip and spanish.zip). + 4. Edit/rename the batch procedures ortogra*.bat to specify the convenient + paths to parameter files. + + Then, for example, "ortograf texte.dvi" will generate the list of +unknown french words in "texte.dvi". + -- cgit v1.2.3