質問編集履歴
1
Markdown記法を使用
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,6 +9,11 @@
|
|
9
9
|
Make sure that `gem install rmagick -v '4.2.2' --source 'https://rubygems.org/'` succeeds before
|
10
10
|
bundling.
|
11
11
|
```
|
12
|
+
```
|
13
|
+
ERROR: Can't install RMagick 4.2.2.
|
14
|
+
Can't find the ImageMagick library or one of the dependent libraries.
|
15
|
+
Check the mkmf.log file for more detailed information.
|
16
|
+
```
|
12
17
|
指示に従い、
|
13
18
|
`gem install rmagick -v '4.2.2`
|
14
19
|
としてもうまくいきません。(">"と表示されるのみ)ちなみにimageMagickのインストールには成功しています。
|