mirror of https://gitlab.com/cppit/jucipp
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.
|
|
11 years ago | |
|---|---|---|
| juci | 11 years ago | |
| .gitignore | 11 years ago | |
| LICENSE | 11 years ago | |
| README.md | 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