File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# nip2 - a user interface for the VIPS image processing library
2
2
3
3
nip2 is a GUI for the [ VIPS image processing
4
- library] ( http ://www.vips.ecs.soton.ac.uk ) . It's a little like a spreadsheet:
4
+ library] ( https ://jcupitt.github.io/libvips ) . It's a little like a spreadsheet:
5
5
you create a set of formula connecting your objects together, and on a change
6
6
nip2 recalculates.
7
7
8
+ You can probably install nip2 via your package manager. For
9
+ Windows and OS X, you can download a binary from the [ nip2 releases
10
+ area] ( https://github.com/jcupitt/nip2/releases ) . Only read on if you want to
11
+ compile yourself from source.
12
+
8
13
# Building nip2 from source
9
14
10
15
In the nip2 directory you should just be able to do:
@@ -18,11 +23,6 @@ By default this will install files to `/usr/local`.
18
23
See the Dependencies section below for a list of the things that
19
24
nip2 needs in order to be able to build.
20
25
21
- We have detailed guides on the wiki for [ building on
22
- Windows] ( http://www.vips.ecs.soton.ac.uk/index.php?title=Build_on_windows )
23
- and [ building on OS
24
- X] ( http://www.vips.ecs.soton.ac.uk/index.php?title=Build_on_OS_X ) .
25
-
26
26
If you downloaded from GIT you'll need:
27
27
28
28
$ ./autogen.sh
You can’t perform that action at this time.
0 commit comments