Skip to content

Commit

Permalink
Document build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Feb 25, 2018
1 parent c8d1d45 commit 82686c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Expand Up @@ -32,3 +32,13 @@ Created by [Sindre Sorhus](https://github.com/sindresorhus) and [Kornel Lesińsk
## License

MIT (the Mac app) + [gifski library license](https://github.com/ImageOptim/gifski/blob/master/LICENSE)

## Building from source

To build the app in Xcode you need to have [Rust](https://www.rust-lang.org/), GCC 7 and [Carthage](https://github.com/Carthage/Carthage) installed first:

```sh
curl https://sh.rustup.rs -sSf | sh
brew install gcc carthage SwiftLint
carthage bootstrap
```

0 comments on commit 82686c6

Please sign in to comment.