README.md in fluent-plugin-twitter-0.5.2 vs README.md in fluent-plugin-twitter-0.5.3
- old
+ new
@@ -7,14 +7,14 @@
## Dependency
before use, install dependent library as:
```
-# for RHEL/CentOS
-$ sudo yum -y install openssl-devel libcurl libcurl-devel
+# for RHEL/CentOS (eventmachine requires build dependency)
+$ sudo yum -y install gcc gcc-c++ openssl-devel libcurl libcurl-devel
-# for Ubuntu/Debian
-$ sudo apt-get install libssl-dev
+# for Ubuntu/Debian (eventmachine requires build dependency)
+$ sudo apt-get install build-essential libssl-dev
```
## Installation
install with `gem` or `fluent-gem` command as: