readme.txt
来自「cppcheck is a static C/C++ code analyzer」· 文本 代码 · 共 31 行
TXT
31 行
Windows installer for the cppcheck----------------------------------Simple Windows installer installing executable, license file and readme.txt toprogram files/cppcheck folder.Shortcuts are created to start cmd.exe in installation folder. So when the userselects start menu/desktop icon he gets command prompt in cppcheck folder.Get the InnoSetup from:http://www.innosetup.com/Be sure to download the 'QuickStart Pack' as it installs some nice toolslike ISTool and preprocessor support.Files the installer needs:/Release/cppcheck.exe/COPYING/readme.txtCreating the installer executable:#1 Open the ISTool and load cppcheck.iss#2 Update the release version number: - look for line "#define AppVersion"#3 Check all files are present: - from menu: Project / Verify files...#4 Compile the installer - from menu: Project / Compile SetupIf compilation succeeds, the installer executable is created into folder/win_installer/output. The filename is cppcheck-[version]-setup.exe.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?