-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Rafal Garbat edited this page May 6, 2024
·
2 revisions
cppcheclipse is an Eclipse plugin, which can be installed over the update mechanism, provided by Eclipse. The plugin is platform independent but still needs a current cppcheck binary. You can get a binary (for Windows) or the source code for all other platforms at http://sourceforge.net/projects/cppcheck/.
- Java 17 or newer
- Eclipse 4.31 or newer with CDT
- cppcheck (1.56 or newer)
- Click on
Help->Install New Software... - Add the new Update Site
https://files.cppchecksolutions.com/cppcheclipse - Uncheck
Group items by category - Select cppcheclipse and click on
Next - Follow the installation wizard, until installation is complete
- Restart Eclipse
Click on Preferences->C/C++->cppcheclipse to setup the path to the cppcheck binary on your computer
Cppcheclipse checks automatically for updates of cppcheck. This behaviour can be configured via the Eclipse Preferences->C/C++->cppcheclipse. To update cppcheclipse itself, go to Help->Check for Updates.