Browse Source

Documentation updates: screenshots now in table, added FreeBSD to installation document, and changed OS X to MacOS

merge-requests/365/head
eidheim 9 years ago
parent
commit
1fa2137eb4
  1. 13
      README.md
  2. 10
      docs/install.md

13
README.md

@ -39,10 +39,15 @@ towards libclang with speed, stability, and ease of use in mind.
See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for planned features.
## Screenshots
<img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot1b.png" width="350"/>
<img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot2b.png" width="350"/><br>
<img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot3b.png" width="350"/>
<img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot4.png" width="350"/>
<table border="0">
<tr>
<td><img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot1b.png" width="380"/></td>
<td><img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot2b.png" width="380"/></td>
</tr><tr>
<td><img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot3b.png" width="380"/></td>
<td><img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot4.png" width="380"/></td>
</tr>
</table>
## Dependencies
* boost-filesystem

10
docs/install.md

@ -7,8 +7,9 @@
- [Fedora 23](#fedora-23)
- [Mageia 5](#mageia-5)
- [OpenSUSE Tumbleweed](#opensuse-tumbleweed)
- OS X
- [Homebrew](#os-x-with-homebrew-httpbrewsh)
- [FreeBSD](#freebsd)
- MacOS
- [Homebrew](#macos-with-homebrew-httpbrewsh)
- Windows
- [MSYS 2](#windows-with-msys2-httpsmsys2githubio)
- [Run](#run)
@ -113,7 +114,10 @@ make
sudo make install
```
## OS X with Homebrew (http://brew.sh/)
## FreeBSD
On FreeBSD, latest release of juCi++ is available through the port: jucipp.
## MacOS with Homebrew (http://brew.sh/)
**Installing llvm may take some time, and you need to follow the lldb code signing instructions. For an easier dependency install, but without debug support, remove `--with-lldb` below.**
Install dependencies:

Loading…
Cancel
Save