summaryrefslogtreecommitdiff
path: root/Windows/README.md
diff options
context:
space:
mode:
authorRahul P2020-08-06 23:00:38 +0530
committerGitHub2020-08-06 23:00:38 +0530
commit6078e090b7d6f8caca18b5f21a2c265a8853c063 (patch)
treed68d76428987a0c39c1f88aa158eff2e1acb9e8d /Windows/README.md
parent4e4d9e8285cbf9cedde362acf82ab79fdc5497d1 (diff)
parent335ae3ddf3910315dda1cf274054b40635c304fe (diff)
downloadnghdl-6078e090b7d6f8caca18b5f21a2c265a8853c063.tar.gz
nghdl-6078e090b7d6f8caca18b5f21a2c265a8853c063.tar.bz2
nghdl-6078e090b7d6f8caca18b5f21a2c265a8853c063.zip
Merge pull request #5 from bladen-martin/installers
added msys doc; update readme for ngspice-nghdl.7z
Diffstat (limited to 'Windows/README.md')
-rw-r--r--Windows/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/Windows/README.md b/Windows/README.md
index 6f5aae9..f63e717 100644
--- a/Windows/README.md
+++ b/Windows/README.md
@@ -29,7 +29,7 @@ It contains all the documenation for making NGHDL executable (using PyInstaller)
6. Install all Python dependencies for NGHDL within the virtual environment as:
- - Install PyInstaller, tornado, SetupTools through pip :
+ - Install PyInstaller, SetupTools through pip :
$ pip install pyinstaller
$ pip install --upgrade 'setuptools<45.0.0'
@@ -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.