diff options
Diffstat (limited to 'Debian/readme.md')
-rw-r--r-- | Debian/readme.md | 12 |
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. |