summaryrefslogtreecommitdiff
path: root/support/dvispell/install.dvistats
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/dvispell/install.dvistats
Initial commit
Diffstat (limited to 'support/dvispell/install.dvistats')
-rw-r--r--support/dvispell/install.dvistats36
1 files changed, 36 insertions, 0 deletions
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".
+