Skip to content

Commit

Permalink
Exports sourcekite as executable product to support Mint
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Mar 7, 2020
1 parent 837a80c commit 18d60f5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.2

Exports `sourcekite` as executable product to support [Mint](https://github.com/yonaskolb/Mint).

## 0.6.1

Updates SourceKitten. More consistent Swift 5.1 support. #8
Expand Down
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,21 @@ pronounced: [source kite] :smile:
| 4 and 5 | [0.5.0](https://github.com/vknabel/sourcekite/releases/tag/0.5.0) |
| 3.1 and 4 | [0.4.2](https://github.com/vknabel/sourcekite/releases/tag/0.4.2) |

## Build Instructions
## Installation

The easiest way to install sourcekite is through [Mint](https://github.com/yonaskolb/Mint):

```bash
$ mint install vknabel/sourcekite
🌱 Cloning sourcekite master
🌱 Resolving package
🌱 Building package
🌱 Installed sourcekite master
🌱 Linked sourcekite master to /usr/local/bin

```

### Manual

```bash
$ git clone https://github.com/vknabel/sourcekite
Expand All @@ -19,7 +33,7 @@ $ cd sourcekite

clone this project, then run build command in that project as follow:

### for Linux
#### for Linux

```bash
# Ensure you have libcurl4-openssl-dev installed (not pre-installed)
Expand All @@ -32,7 +46,7 @@ $ make install PREFIX=/usr/local

For more information see [jpsim/SourceKitten#how-is-sourcekit-resolved](https://github.com/jpsim/SourceKitten#how-is-sourcekit-resolved).

### for MacOS
#### for MacOS

```bash
$ make install PREFIX=/usr/local
Expand Down

0 comments on commit 18d60f5

Please sign in to comment.