diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-01-12 12:50:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 12:50:22 (GMT) |
commit | 5792512d3c9a27a662d704b8f7a9a9f5fbc05080 (patch) | |
tree | caa1c8d7e0e5b60520082030951714843ac1b2cf /doc | |
parent | 2cba6e4f7a53eff5a80a3d8b0ad0a66357bb1713 (diff) | |
parent | 95723b6842f52dc044c34bd0218b0661d1e59c9e (diff) | |
download | Doxygen-5792512d3c9a27a662d704b8f7a9a9f5fbc05080.zip Doxygen-5792512d3c9a27a662d704b8f7a9a9f5fbc05080.tar.gz Doxygen-5792512d3c9a27a662d704b8f7a9a9f5fbc05080.tar.bz2 |
Merge pull request #7489 from albert-github/feature/bug_win_gs
Possibility to use gswin64c on Windows
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. |