diff --git a/XSchemWin/INSTALL_WIN b/XSchemWin/INSTALL_WIN index 47ff4828..f3fbd7ae 100644 --- a/XSchemWin/INSTALL_WIN +++ b/XSchemWin/INSTALL_WIN @@ -4,6 +4,7 @@ - ActiveState TCL/TK 8.69 x64 (https://www.activestate.com/products/tcl/) - Gawk for Windows (Add directory of awk.exe to PATH) - NGSpice for Windows (Add directory of NGSpice to PATH, if it's not already done so) + - Windows Ghostscript (to print; Add directory of gswin64.exe to PATH, if it's not already done so) 2. Install Tree C:/Program Files/XSchem/bin - Binaries (executable file). diff --git a/XSchemWin/XSchemWix/XSchemWix.wixproj b/XSchemWin/XSchemWix/XSchemWix.wixproj index 930ac090..2e9bdb36 100644 --- a/XSchemWin/XSchemWix/XSchemWix.wixproj +++ b/XSchemWin/XSchemWix/XSchemWix.wixproj @@ -55,7 +55,7 @@ C:\"Program Files (x86)"\"WiX Toolset v3.11"\bin\heat.exe dir "..\..\..\..\doc" -dr INSTALLFOLDER -cg doc -gg -sfrag -var "var.docSrcDir" -out $(ProjectDir)heat_doc.wxs C:\"Program Files (x86)"\"WiX Toolset v3.11"\bin\heat.exe dir "..\..\..\..\xschem_library" -dr INSTALLFOLDER -cg xschem_library -gg -sfrag -var "var.xschemLibrarySrcDir" -out $(ProjectDir)heat_xschem_library.wxs -curl.exe --output D:\Projects\XSchem\doc\xschem_man\xschem_manual.pdf --url https://xschem.sourceforge.io/stefan/xschem_man/xschem_man.pdf +curl.exe --output $(ProjectDir)..\..\doc\xschem_man\xschem_manual.pdf --url https://xschem.sourceforge.io/stefan/xschem_man/xschem_man.pdf