Browse Source

Improved README.md.

merge-requests/365/head
eidheim 10 years ago
parent
commit
d892f7386f
  1. 30
      README.md

30
README.md

@ -1,21 +1,22 @@
# juCi++ # juCi++
###### a lightweight C++-IDE with support for C++11 and C++14. ###### a lightweight C++-IDE with support for C++11 and C++14.
## About ## About
A lot of IDEs struggle with good C++11/14 support. Therefore we Current IDEs struggle with C++ support due to the complexity of
created juCi++. juCi++ is based of the compiler and will *always* the programming language. juCI++, however, is designed especially
support new versions of C++. towards libclang with speed in mind.
## Features ## Features
* Syntax highlighing (even C++11/14) * Fast and responsive
* Superfast autocomletion (even external libraries) * Syntax highlighing (even C++11/14, and 118 other file types)
* C++ warnings and errors on the fly
* Fast C++ autocomletion (even external libraries)
* Tooltips showing type information and doxygen documentation
* Accurate refactoring across files * Accurate refactoring across files
* Basic editor functionallity * Basic editor functionallity
* Highlighting of similar types * Highlighting of similar types
* write your own plugins in python (limited atm) * Write your own plugins in python (disabled at the moment)
## Dependencies ## ## Dependencies ##
Please install these dependencies on your system.
* libboost-python-dev
* libboost-filesystem-dev * libboost-filesystem-dev
* libboost-log-dev * libboost-log-dev
* libboost-test-dev * libboost-test-dev
@ -24,19 +25,8 @@ Please install these dependencies on your system.
* libgtkmm-3.0-dev * libgtkmm-3.0-dev
* libgtksourceview2.0-dev * libgtksourceview2.0-dev
* libgtksourceviewmm-3.0-dev * libgtksourceviewmm-3.0-dev
* libpython-dev
* libclang-dev * libclang-dev
* [libclangmm](http://github.com/cppit/libclangmm/) * [libclangmm](http://github.com/cppit/libclangmm/)
* cmake
* make
* clang or gcc (compiler)
## Installation ## ## Installation ##
Quickstart: See [installation guide](http://github.com/cppit/jucipp/blob/master/docs/install.md).
```sh
$ cmake .
$ make
$ sudo make install
```
See [installation guide](http://github.com/cppit/jucipp/blob/master/docs/install.md) for more details.

Loading…
Cancel
Save