summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2018-06-03 16:20:16 +0300
committerSaku Ytti <saku@ytti.fi>2018-06-03 16:20:16 +0300
commitb2269a53bc0af4194e2f6581a383046cb95b95b9 (patch)
tree38f2b463eeed2c02bf8a51d7e4384d2a448639b7 /README.md
parentca45110a51874b182782be8b8b68247a3da317ae (diff)
Add instructions to install ICU
Since https://github.com/ytti/oxidized-web/commit/1d65a7999a9712b72976abd7a968f3c520d94d96 added charlock_holmes which requires ICU to be installed
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f4db9d7..0e568c3 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ Check out the [Oxidized TREX 2014 presentation](http://youtu.be/kBQ_CTUuqeU#t=3h
Install all required packages and gems.
```shell
-apt-get install ruby ruby-dev libsqlite3-dev libssl-dev pkg-config cmake libssh2-1-dev
+apt-get install ruby ruby-dev libsqlite3-dev libssl-dev pkg-config cmake libssh2-1-dev libicu-dev
gem install oxidized
gem install oxidized-script oxidized-web # if you don't install oxidized-web, make sure you remove "rest" from your config
```
@@ -88,13 +88,13 @@ gem install oxidized-script oxidized-web # if you don't install oxidized-web, ma
On CentOS 6 / RHEL 6, install Ruby 2.0 or greater (for Ruby 2.1.2 installation instructions see [Installing Ruby 2.1.2 using RVM](#installing-ruby-212-using-rvm)), then install Oxidized dependencies
```shell
-yum install cmake sqlite-devel openssl-devel libssh2-devel
+yum install cmake sqlite-devel openssl-devel libssh2-devel libicu-devel
```
RHEL 7 / CentOS 7 will work out of the box with the following package list:
```shell
-yum install cmake sqlite-devel openssl-devel libssh2-devel ruby gcc ruby-devel
+yum install cmake sqlite-devel openssl-devel libssh2-devel ruby gcc ruby-devel libicu-devel
```
Now let's install oxidized via Rubygems: