Skip to content

Commit

Permalink
readme-libraries: gem のインストールに必要な追加パッケージを記載
Browse files Browse the repository at this point in the history
  • Loading branch information
koi-chan committed Jul 27, 2016
1 parent 52562c0 commit dde7d10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ gem install bundler

上記が完了したら、適当なディレクトリにファイルを設置し、以下を実行して必要な gem(ライブラリ)をインストールしてください。

なお、gem をインストールするためには、システムにいくつかのライブラリと開発環境がインストールされている必要があります。
CentOS 7 を最小限構成でセットアップしている場合、以下の追加パッケージが必要です。

* make
* gcc
* gcc-c++
* libicu-devel
* zlib-devel

```bash
cd /path/to/rgrb
bundle install --deployment
Expand Down

0 comments on commit dde7d10

Please sign in to comment.