# 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](http://github.com/cppit/libclangmm/tree/juci) * cmake * make * clang or gcc (compiler) ## Installation ## ```sh $ cmake . $ make ``` ## Run ```sh $ ./bin/juci ```