diff options
author | Bladen Martin | 2020-08-06 18:33:44 +0530 |
---|---|---|
committer | GitHub | 2020-08-06 18:33:44 +0530 |
commit | b05ed92da35bb7e1e0c09ffc9616465cc30cae94 (patch) | |
tree | 9debaae1b42f87794fcd79937bdae36c0cc65881 /Windows | |
parent | a64e48e777e3c95ca720b3225ee5262b0f1aa956 (diff) | |
download | nghdl-b05ed92da35bb7e1e0c09ffc9616465cc30cae94.tar.gz nghdl-b05ed92da35bb7e1e0c09ffc9616465cc30cae94.tar.bz2 nghdl-b05ed92da35bb7e1e0c09ffc9616465cc30cae94.zip |
Update readme.md
Diffstat (limited to 'Windows')
-rw-r--r-- | Windows/readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
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.
|