33[ ![ Snap
44Status] ( 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
77library] ( https://libvips.github.io/libvips ) . It's a little like a spreadsheet:
88you create a set of formula connecting your objects together, and on a change
99nip2 recalculates.
@@ -14,7 +14,7 @@ nip2 recalculates.
1414
1515You can probably install nip2 via your package manager. For
1616Windows 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
1818source, see the section below.
1919
2020## Documentation
3232sudo 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
4038If you downloaded from GIT you'll need:
4139
@@ -46,8 +44,7 @@ If you downloaded from GIT you'll need:
4644first to build the configure system.
4745
4846nip2 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