diff options
author | albert-github <albert.tests@gmail.com> | 2020-01-07 14:04:41 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-01-07 14:04:41 (GMT) |
commit | b96dc0fd971a3569e2a986e833c2eb7f24db69f2 (patch) | |
tree | 3bf65affb4fd1da878f92f00037c12e3a9dd394c /doc | |
parent | f8c32f996cac5db890c29958989d25ada389772b (diff) | |
download | Doxygen-b96dc0fd971a3569e2a986e833c2eb7f24db69f2.zip Doxygen-b96dc0fd971a3569e2a986e833c2eb7f24db69f2.tar.gz Doxygen-b96dc0fd971a3569e2a986e833c2eb7f24db69f2.tar.bz2 |
Possibility to use gswin64c on Windows
On windows the 32 bit executable is called gswin32c, but for the 64-bit systems also a gswin64c exists.
The path is checked for the existing of these executables (with a preference for the 32 bit version).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.doc b/doc/install.doc index b711cd4..5f15d8a 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -251,7 +251,7 @@ Ghostscript can be <a href="https://sourceforge.net/projects/ghostscript/">downl from Sourceforge. After installing \LaTeX and Ghostscript you'll need to make sure the tools -latex.exe, pdflatex.exe, and gswin32c.exe are present in the search path of a +latex.exe, pdflatex.exe, and gswin32c.exe (or gswin64c.exe) are present in the search path of a command box. Follow <a href="https://www.computerhope.com/issues/ch000549.htm">these</a> instructions if you are unsure and run the commands from a command box to verify it works. |