Skip to content

Commit

Permalink
Merge pull request #30 from toddself/requirements
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
brianloveswords committed Jan 5, 2016
2 parents 0f17f75 + 8ce20ef commit 2049620
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,18 @@ That's it. See the [Running hookshot](#running-hookshot) section.
# Building from Source

- Ensure you have `libssl-dev` installed.
- If you're on OS X you probably have this.
- If you're on OS X you probably have this. Unless you're on 10.11 (El Capitan)
in which case you'll need to install OpenSSL. See rust-openssl/255 for
more information.

- On Ubuntu you can do `apt-get install libssl-dev`. You'll probably
need to `sudo`.

- Clone this repository or download a
[source tarball](https://github.com/brianloveswords/hookshot/releases)

- Ensure you have a late-ish version of Rust (minimum 1.???)

- `make release`. When it's done the binary will be located at
`./target/release/hookshot`

Expand Down

0 comments on commit 2049620

Please sign in to comment.