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.
|
|
|
|
# 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/)
|
|
|
|
|
* cmake
|
|
|
|
|
* make
|
|
|
|
|
* clang or gcc (compiler)
|
|
|
|
|
|
|
|
|
|
## Installation ##
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
$ cmake .
|
|
|
|
|
$ make
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Run
|
|
|
|
|
```sh
|
|
|
|
|
$ ./bin/juci
|
|
|
|
|
```
|