README layout clean-up

This commit is contained in:
Lovell Fuller 2013-10-02 23:40:32 +01:00
parent f3da2284b1
commit 4aee725530
2 changed files with 6 additions and 5 deletions

View File

@ -21,12 +21,12 @@ Performance is 4x-8x faster than the imagemagick equivalent, based mainly on the
* node-gyp
* 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`.
For example, in Ubuntu 13.04 (64-bit):
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:
sudo ln -s /usr/lib/x86_64-linux-gnu/pkgconfig/vips-7.28.pc /usr/lib/pkgconfig/vips.pc

View File

@ -9,6 +9,7 @@
},
"devDependencies": {
"imagemagick": "*",
"gm": "*",
"benchmark": "*"
},
"scripts": {