File tree 1 file changed +9
-2
lines changed 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ or to disk.
23
23
24
24
### Ubuntu Prerequisites.
25
25
26
- $ apt-get install libvips-dev
26
+ ``` bash
27
+ $ apt-get install libvips-dev
28
+ ```
27
29
28
30
The above installs libvips 7.20.x in Ubuntu 10.04 and 7.12.x in Ubuntu 8.04.
29
31
Though ruby-vips will work with libvips 7.12.x, many features are disabled, and
@@ -37,6 +39,10 @@ The above installs libvips 7.22.x
37
39
38
40
TODO: Describe & test with macports.
39
41
42
+ ### Other platforms
43
+
44
+ See [ Installiation on various platforms] ( https://github.com/jcupitt/ruby-vips/wiki/installiation-on-various-platforms ) .
45
+
40
46
### Installing the gem.
41
47
42
48
``` bash
@@ -51,7 +57,8 @@ gem 'ruby-vips'
51
57
52
58
## Documentation.
53
59
54
- ruby-vips has [ rdoc documentation] ( http://rubyvips.holymonkey.com ) .
60
+ ruby-vips has [ rdoc documentation] ( http://rubyvips.holymonkey.com ) . Also
61
+ see [ Wiki page] ( https://github.com/jcupitt/ruby-vips/wiki )
55
62
56
63
## Example.
57
64
You can’t perform that action at this time.
0 commit comments