Installer: small update to installer doc.
This commit is contained in:
parent
ca36a49711
commit
c0bb0b6dab
|
@ -26,13 +26,11 @@ Building installer
|
|||
Before building the installer make sure all the components are build:
|
||||
- CLI executable (cppcheck.exe)
|
||||
- GUI executable (cppcheck-gui.exe)
|
||||
- GUI translations (*.qm)
|
||||
- Manual (onlinehelp.qhc)
|
||||
|
||||
- GUI translations (*.qm) - generated by the Qt's lrelease -tool
|
||||
|
||||
And that runtime files are available:
|
||||
- Qt runtimes:
|
||||
QtCLucene4.dll, QtCore4.dll, QtGui4.dll, QtHelp4.dll, QtNetwork4.dll,
|
||||
QtSql4.dll and QtXml4.dll
|
||||
QtCore4.dll, QtGui4.dll and QtXml4.dll
|
||||
- MS CRT merge module (Microsoft_VC90_CRT_x86.msm)
|
||||
|
||||
Build installer by giving this command line in VS command prompt (or run
|
||||
|
|
Loading…
Reference in New Issue