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.

37 lines
626 B

11 years ago
# juCi++ an lightweight C++-IDE
juCi++ is an lightweight C++-IDE written in C++.
## Auto Completion
Awesome auto completion!
## Syntax Highlighting
11 years ago
Configurable syntax highlighting with C++14 support!
11 years ago
## Plugins
There are expantion oppertunities with usage of python plugins.
## Configuration
Configuration description will arrive shortly after source code is added.
11 years ago
## 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
```