From 23ac70b8b35a205a20b80c76b2cffd2e9775d0c1 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Tue, 18 Aug 2009 21:32:00 +0300 Subject: [PATCH] Installer: update readme for latest changes. --- win_installer/readme.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/win_installer/readme.txt b/win_installer/readme.txt index 9c50a94e2..9da74c106 100644 --- a/win_installer/readme.txt +++ b/win_installer/readme.txt @@ -17,7 +17,7 @@ Files the installer needs: /COPYING /readme.txt /AUTHORS -/Release/cppcheck.exe +/src/Release/cppcheck.exe /win_installer/icon.bmp /win_installer/LargeLogo.bmp /win_installer/ @@ -25,6 +25,7 @@ Files the installer needs: /gui/cppcheck_de.qm /gui/cppcheck_en.qm /gui/cppcheck_fi.qm +/gui/cppcheck_pl.qm /gui/cppcheck_ru.qm /gui/cppcheck_se.qm @@ -40,6 +41,9 @@ and modify RuntimesFolder -macro in begin of cppcheck.iss to point to the folder where files are. You can find runtime files from VS installation or from net. +NOTE: To make local installation of runtimes to work you must remove the +publicKeyToken="blahblah" -attribute from the manifest file. + QT Libraries: Visual Studio is used to build the GUI executable. And QT must be build with VS also. When building QT make sure you build release targets!