Skip to content

Installation

Rafal Garbat edited this page May 6, 2024 · 2 revisions

Introduction

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/.

Requirements

  • Java 17 or newer
  • Eclipse 4.31 or newer with CDT
  • cppcheck (1.56 or newer)

Manually add Eclipse Update Site

  • 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

Configuration

Click on Preferences->C/C++->cppcheclipse to setup the path to the cppcheck binary on your computer

Update

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.

Clone this wiki locally