mirror of
https://github.com/lovell/sharp.git
synced 2025-07-13 12:20:13 +02:00
README layout clean-up
This commit is contained in:
parent
f3da2284b1
commit
4aee725530
10
README.md
10
README.md
@ -21,12 +21,12 @@ Performance is 4x-8x faster than the imagemagick equivalent, based mainly on the
|
|||||||
* node-gyp
|
* node-gyp
|
||||||
* libvips-dev 7.28+
|
* libvips-dev 7.28+
|
||||||
|
|
||||||
sudo npm install -g node-gyp
|
```
|
||||||
sudo apt-get install libvips-dev
|
sudo npm install -g node-gyp
|
||||||
|
sudo apt-get install libvips-dev
|
||||||
|
```
|
||||||
|
|
||||||
`vips-7.28.pc` (or later, installed with libvips-dev) must be symlinked as `/usr/lib/pkgconfig/vips.pc`.
|
Please symlink `vips-7.28.pc` (or later, installed with libvips-dev) as `/usr/lib/pkgconfig/vips.pc`. To do this in Ubuntu 13.04 (64-bit), use:
|
||||||
|
|
||||||
For example, in Ubuntu 13.04 (64-bit):
|
|
||||||
|
|
||||||
sudo ln -s /usr/lib/x86_64-linux-gnu/pkgconfig/vips-7.28.pc /usr/lib/pkgconfig/vips.pc
|
sudo ln -s /usr/lib/x86_64-linux-gnu/pkgconfig/vips-7.28.pc /usr/lib/pkgconfig/vips.pc
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"imagemagick": "*",
|
"imagemagick": "*",
|
||||||
|
"gm": "*",
|
||||||
"benchmark": "*"
|
"benchmark": "*"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user