Browse Source

Merge pull request #108 from cppit/screenshot_eidheim

Add screenshots
merge-requests/365/head
Ole Christian Eidheim 10 years ago
parent
commit
d5a0d50185
  1. 9
      README.md
  2. BIN
      docs/images/screenshot1.png
  3. BIN
      docs/images/screenshot2.png
  4. BIN
      docs/images/screenshot3.png

9
README.md

@ -1,5 +1,6 @@
# juCi++ # juCi++
###### a lightweight platform independent C++-IDE with support for C++11 and C++14. ###### a lightweight platform independent C++-IDE with support for C++11 and C++14.
<!--<img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot3.png"/>-->
## About ## About
Current IDEs struggle with C++ support due to the complexity of Current IDEs struggle with C++ support due to the complexity of
the programming language. juCI++, however, is designed especially the programming language. juCI++, however, is designed especially
@ -29,7 +30,11 @@ towards libclang with speed and ease of use in mind.
See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for planned features. See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for planned features.
## Dependencies ## ## Screenshots
<img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot1.png" width="350"/>
<img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot2.png" width="350"/>
## Dependencies
* boost-filesystem * boost-filesystem
* boost-log * boost-log
* boost-thread * boost-thread
@ -41,5 +46,5 @@ See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for plann
* [libclangmm](http://github.com/cppit/libclangmm/) (downloaded directly with git --recursive, no need to install) * [libclangmm](http://github.com/cppit/libclangmm/) (downloaded directly with git --recursive, no need to install)
* [tiny-process-library](http://github.com/eidheim/tiny-process-library/) (downloaded directly with git --recursive, no need to install) * [tiny-process-library](http://github.com/eidheim/tiny-process-library/) (downloaded directly with git --recursive, no need to install)
## Installation ## ## Installation
See [installation guide](http://github.com/cppit/jucipp/blob/master/docs/install.md). See [installation guide](http://github.com/cppit/jucipp/blob/master/docs/install.md).

BIN
docs/images/screenshot1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

BIN
docs/images/screenshot2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
docs/images/screenshot3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Loading…
Cancel
Save