From 87f2b459db9251df785b079ae97180f87d0d769b Mon Sep 17 00:00:00 2001 From: Bladen Martin Date: Thu, 6 Aug 2020 19:18:14 +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 6f5aae9..bf3e7ca 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