You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jørgen Lien Sellæg b4faeb527e Fix install 11 years ago
juci Remove couts 11 years ago
.gitignore Added python files to .gitignore 11 years ago
LICENSE Initial commit 11 years ago
README.md Fix install 11 years ago

README.md

juCi++ an lightweight C++-IDE

juCi++ is an lightweight C++-IDE written in C++.

Auto Completion

Awesome auto completion!

Syntax Highlighting

Configurable syntax highlighting with C++14 support!

Plugins

There are expantion oppertunities with usage of python plugins.

Configuration

Configuration description will arrive shortly after source code is added.

Dependencies

Please install these dependencies on your system.

  • libclang
  • libclangmm
  • cmake
  • make
  • clang or gcc (compiler)

Installation

$ cmake .
$ make

Run

$ ./bin/juci