Skip to content

Commit 4cf7aed

Browse files
committed
more README polish
1 parent 92d0237 commit 4cf7aed

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Snap
44
Status](https://build.snapcraft.io/badge/jcupitt/nip2.svg)](https://build.snapcraft.io/user/jcupitt/nip2)
55

6-
nip2 is a GUI for the [VIPS image processing
6+
nip2 is a GUI for the [libvips image processing
77
library](https://libvips.github.io/libvips). It's a little like a spreadsheet:
88
you create a set of formula connecting your objects together, and on a change
99
nip2 recalculates.
@@ -14,7 +14,7 @@ nip2 recalculates.
1414

1515
You can probably install nip2 via your package manager. For
1616
Windows and OS X, you can download a binary from the [nip2 releases
17-
area](https://github.com/libvips/nip2/releases). If you must build from
17+
page](https://github.com/libvips/nip2/releases). If you have to build from
1818
source, see the section below.
1919

2020
## Documentation
@@ -32,10 +32,8 @@ make
3232
sudo make install
3333
```
3434

35-
By default this will install files to `/usr/local`.
36-
37-
See the Dependencies section below for a list of the things that
38-
nip2 needs in order to be able to build.
35+
By default this will install files to `/usr/local`. Check the summary at the
36+
end of `configure` and make sure you have all of the features you want.
3937

4038
If you downloaded from GIT you'll need:
4139

@@ -46,8 +44,7 @@ If you downloaded from GIT you'll need:
4644
first to build the configure system.
4745

4846
nip2 needs vips, gtk2 and libxml2 at runtime and flex/bison at compile time.
49-
50-
If you have fftw3, gsl, goffice, libgvc you get extra features.
47+
If you have fftw3, gsl, goffice, libgvc you get extra features.
5148

5249
### snapcraft
5350

0 commit comments

Comments
 (0)