Development
From VipsWiki
(Difference between revisions)
| Revision as of 14:47, 2 September 2009 John (Talk | contribs) (→What's new) ← Previous diff |
Revision as of 16:01, 29 November 2009 John (Talk | contribs) (→What's new) Next diff → |
||
| Line 1: | Line 1: | ||
| == What's new == | == What's new == | ||
| - | So far in this cycle: | + | Planned for this cycle: |
| - | * we have a branch of nip2 which uses GtkTreeView to display matrices | + | * finish the move to gtk-doc and delete all the old manpages |
| - | * we have a nip2 branch which uses libgoffice for plotting | + | * move IMAGE and maybe REGION over to VipsObject |
| - | * we have started moving libvips to gtk-doc | + | * start experimenting with VipsOperation |
| Other ideas: | Other ideas: | ||
Revision as of 16:01, 29 November 2009
What's new
Planned for this cycle:
- finish the move to gtk-doc and delete all the old manpages
- move IMAGE and maybe REGION over to VipsObject
- start experimenting with VipsOperation
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.
