Skip to content

Commit

Permalink
README: gcc and make are mandatory requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Feb 12, 2014
1 parent e5ca91d commit 45ee6be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ This Chef Handler is heavily based on [Joshua Timberman](https://github.com/jtim

* Amazon AWS: uses Amazon SNS service.
* Uses the `aws-sdk` library.
* `aws-sdk` requires `nokogiri`, which also requires one of the following two:
* `libxml2-dev` installed.
* `gcc` and `make` installed (this will install libxml2 internally).
* `aws-sdk` requires `nokogiri`, which also has the following requires:
* `libxml2-dev` and `libxslt-dev` installed (optional).
* `gcc` and `make` installed (this will compile and install libxml2 and libxslt internally if not found).
* For `Ruby 1.8`, you need to install old versions of the following dependencies:
* `mime-types < 2.0`.
* `nokogiri < 1.6`.
Expand Down

0 comments on commit 45ee6be

Please sign in to comment.