summaryrefslogtreecommitdiff
path: root/Debian/readme.md
diff options
context:
space:
mode:
authorrahulp132020-02-21 13:02:47 +0530
committerrahulp132020-02-21 13:02:47 +0530
commitf3363b560a09cf8199670c571329d739c271213d (patch)
treeec2465973039e251f948f1cf675f38a06a40d307 /Debian/readme.md
parent295534960d75ac94c5f50fd9a6a3cecfc48c0f12 (diff)
downloadnghdl-f3363b560a09cf8199670c571329d739c271213d.tar.gz
nghdl-f3363b560a09cf8199670c571329d739c271213d.tar.bz2
nghdl-f3363b560a09cf8199670c571329d739c271213d.zip
update readme
Diffstat (limited to 'Debian/readme.md')
-rw-r--r--Debian/readme.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/Debian/readme.md b/Debian/readme.md
index e35bcb2..2da9deb 100644
--- a/Debian/readme.md
+++ b/Debian/readme.md
@@ -42,7 +42,7 @@ Separate installers are required to resolve dependencies only for GHDL and are m
5. Now uninstall PyQt4, sip, matplotlib, numpy, dateutil and cycler globally (if any).
-6. Test whether only nghdl dependencies are available or not:
+6. Test whether only NGHDL dependencies are available or not:
$ pip freeze
@@ -52,17 +52,15 @@ Separate installers are required to resolve dependencies only for GHDL and are m
7. Create spec file as:
- $ pyi-makespec --onefile <path_to_nghdl>/src/ngspice_ghdl.py
+ $ pyi-makespec --onefile -n nghdl <path_to_nghdl>/src/ngspice_ghdl.py
8. Add `PyQt4.sip` as hiddenimports in the generated spec file.
-9. Change the `exe` name field to `nghdl` in the generated spec file.
-
-10. Create onefile executable using pyinstaller as:
+9. Create onefile executable using pyinstaller as:
- $ pyinstaller -F --clean Application.spec
+ $ pyinstaller -F --clean nghdl.spec
-11. Verify whether all `*.py` files have been included in `Analysis-00.toc` file under the build folder generated by PyInstaller.
+10. Verify whether all NGHDL `src` files (`*.py`) have been included in `Analysis-00.toc` file under the build folder generated by PyInstaller.