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 * node-gyp
* libvips-dev 7.28+ * libvips-dev 7.28+
```
sudo npm install -g node-gyp sudo npm install -g node-gyp
sudo apt-get install libvips-dev 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

View File

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