Skip to content

Commit 4953eac

Browse files
committed
update README
1 parent eaeeb16 commit 4953eac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# nip2 - a user interface for the VIPS image processing library
22

33
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:
55
you create a set of formula connecting your objects together, and on a change
66
nip2 recalculates.
77

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+
813
# Building nip2 from source
914

1015
In the nip2 directory you should just be able to do:
@@ -18,11 +23,6 @@ By default this will install files to `/usr/local`.
1823
See the Dependencies section below for a list of the things that
1924
nip2 needs in order to be able to build.
2025

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-
2626
If you downloaded from GIT you'll need:
2727

2828
$ ./autogen.sh

0 commit comments

Comments
 (0)