Skip to content

Commit

Permalink
Adding a missing dependency for debian to documentation (ytti#1684)
Browse files Browse the repository at this point in the history
Add g++ to Debian and Ubuntu documentation (mandatory to compile extensions used with oxidized-web compilation through gem install)
  • Loading branch information
XaaT authored and wk committed Jan 23, 2019
1 parent bf7cb8e commit 6b95cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ add-apt-repository universe
Install the dependencies:

```shell
apt-get install ruby ruby-dev libsqlite3-dev libssl-dev pkg-config cmake libssh2-1-dev libicu-dev zlib1g-dev
apt-get install ruby ruby-dev libsqlite3-dev libssl-dev pkg-config cmake libssh2-1-dev libicu-dev zlib1g-dev g++
```

Finally, install the gems:
Expand Down

0 comments on commit 6b95cee

Please sign in to comment.