Development

From VipsWiki

Revision as of 14:47, 2 September 2009; view current revision
←Older revision | Newer revision→
Jump to: navigation, search

What's new

So far in this cycle:

  • we have a branch of nip2 which uses GtkTreeView to display matrices
  • we have a nip2 branch which uses libgoffice for plotting
  • we have started moving libvips to gtk-doc

Other ideas:

  • add operator sections and function argument pattern matching to nip2
  • make the Python binding dynamic so it can do plugins as well
  • fix Python binding and plugin linking issue
  • break nip2's programming language out to a separate package

Any more ideas very welcome.

SVN

The development tree is held in SVN on Sourceforge. The VIPS SVN HOWTO has a step-by-step guide to getting access. Anyone can browse the repository.

Building

Now you have the source, you have to build it. For most *nix systems it's just:

cd vips-7.x.x
./bootstrap.sh
./configure ...

Check the output of configure and add packages until it configures cleanly. Then:

make
make install

There are separate HOWTO guides for Build on windows and Build on OS X.

Personal tools