3
3
[ ![ Snap
4
4
Status] ( https://build.snapcraft.io/badge/jcupitt/nip2.svg )] ( https://build.snapcraft.io/user/jcupitt/nip2 )
5
5
6
- nip2 is a GUI for the [ VIPS image processing
6
+ nip2 is a GUI for the [ libvips image processing
7
7
library] ( https://libvips.github.io/libvips ) . It's a little like a spreadsheet:
8
8
you create a set of formula connecting your objects together, and on a change
9
9
nip2 recalculates.
@@ -14,7 +14,7 @@ nip2 recalculates.
14
14
15
15
You can probably install nip2 via your package manager. For
16
16
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
18
18
source, see the section below.
19
19
20
20
## Documentation
32
32
sudo make install
33
33
```
34
34
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.
39
37
40
38
If you downloaded from GIT you'll need:
41
39
@@ -46,8 +44,7 @@ If you downloaded from GIT you'll need:
46
44
first to build the configure system.
47
45
48
46
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.
51
48
52
49
### snapcraft
53
50
0 commit comments