Latest code via Subversion
You will need at least Perl, Python, and subversion on your system.
If you have Module::Build and an updated CPAN client installed, the
Build.PL should help.
svn co http://vectorsection.org/svn/trunk vectorsection
At this point, you probably want to poke around in the tree a bit. You can probably enable all of this code by setting your environment as follows:
cd vectorsection export PERL5LIB=$PWD/lib/ export PYTHONPATH=$PWD/python/lib/ export PATH=$PWD/bin:$PWD/python/bin:$PATH