Skip to content

amirgeva/coide

Repository files navigation

Coide

Lightweight C++ IDE for Linux

Download the latest release.

Requirements:

  • python-qt4
  • python-sip
  • g++ 4.8 or higher
  • recent gdb

Optional:

  • clang (for code completion)
  • cppcheck (for static analysis)

To start, run the coide.py main script

Or install from the ppa using:

sudo apt-add-repository ppa:amirgeva/mlgsoft
sudo apt-get update
sudo apt-get install coide

PyQt4 based GUI, editor used is a modified version of qutepart

More detailed information in the wiki