From b05ed92da35bb7e1e0c09ffc9616465cc30cae94 Mon Sep 17 00:00:00 2001 From: Bladen Martin Date: Thu, 6 Aug 2020 18:33:44 +0530 Subject: Update readme.md --- Windows/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Windows/readme.md') diff --git a/Windows/readme.md b/Windows/readme.md index cb39499..f63e717 100644 --- a/Windows/readme.md +++ b/Windows/readme.md @@ -98,9 +98,10 @@ It contains all the documenation for making NGHDL executable (using PyInstaller) (these can be obtained under *sources/* folder in the repository ) - ghdl.7z - MSYS.7z -- ngspice-nghdl.7z - mingw64.7z +- ngspice-nghdl.7z ( this file can be obtained by decompressing `ngspice-nghdl.tar.xz` file present at `master branch` of this repository and recompressing using 7z tool) + 8. Place the script `installnghdl.nsi` at the eSim installer location. 9. Follow the rest of the instructions for packging eSim [https://github.com/FOSSEE/eSim/tree/installers/Windows] and compile the NSI script (`esim-setup-script.nsi` file). Now only use the generated installer for distribution. -- cgit