Skip to content

Commit

Permalink
Add libssl-dev to ubuntu requirements (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
harababurel committed Jul 1, 2019
1 parent 2934932 commit f755cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ $ brew update; brew install pkg-config; brew tap homebrew/cask; brew cask instal

#### Ubuntu

On Ubuntu, GCSF requires [libfuse-dev](https://packages.ubuntu.com/trusty/libfuse-dev) and [pkg-config](https://packages.ubuntu.com/xenial/pkg-config):
On Ubuntu, GCSF requires [libfuse-dev](https://packages.ubuntu.com/disco/libfuse-dev), [libssl-dev](https://packages.ubuntu.com/disco/libssl-dev) and [pkg-config](https://packages.ubuntu.com/disco/pkg-config):

```bash
sudo apt-get install -y libfuse-dev pkg-config
sudo apt-get install -y libfuse-dev libssl-dev pkg-config
```

#### Arch Linux
Expand Down

0 comments on commit f755cc7

Please sign in to comment.