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. See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for planned features.
## Screenshots ## Screenshots
<img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot1b.png" width="350"/> <table border="0">
<img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot2b.png" width="350"/><br> <tr>
<img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot3b.png" width="350"/> <td><img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot1b.png" width="380"/></td>
<img src="https://github.com/cppit/jucipp/blob/master/docs/images/screenshot4.png" width="350"/> <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 ## Dependencies
* boost-filesystem * boost-filesystem

10
docs/install.md

@ -7,8 +7,9 @@
- [Fedora 23](#fedora-23) - [Fedora 23](#fedora-23)
- [Mageia 5](#mageia-5) - [Mageia 5](#mageia-5)
- [OpenSUSE Tumbleweed](#opensuse-tumbleweed) - [OpenSUSE Tumbleweed](#opensuse-tumbleweed)
- OS X - [FreeBSD](#freebsd)
- [Homebrew](#os-x-with-homebrew-httpbrewsh) - MacOS
- [Homebrew](#macos-with-homebrew-httpbrewsh)
- Windows - Windows
- [MSYS 2](#windows-with-msys2-httpsmsys2githubio) - [MSYS 2](#windows-with-msys2-httpsmsys2githubio)
- [Run](#run) - [Run](#run)
@ -113,7 +114,10 @@ make
sudo make install 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.** **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: Install dependencies:

Loading…
Cancel
Save