Source
Binaries
See also: ivtools project page
earlier versions and other OS'es
To run the executables, add the relevant lib/LINUX
directories to LD_LIBRARY_PATH
(or LD_ELF_LIBRARY_PATH
) and the relevant bin/LINUX
directories to PATH
, i.e.:
with sh, bash:
export LD_LIBRARY_PATH=/pkg/vhclmaps-0.7/lib/LINUX/:/pkg/ivtools-0.7/lib/LINUX:$LD_LIBRARY_PATH
export PATH=/pkg/vhclmaps-0.7/bin/LINUX/:/pkg/ivtools-0.7/bin/LINUX:$PATH
with csh, ksh:
setenv LD_LIBRARY_PATH /pkg/vhclmaps-0.7/lib/LINUX/:/pkg/ivtools-0.7/lib/LINUX:$LD_LIBRARY_PATH
setenv PATH /pkg/vhclmaps-0.7/bin/LINUX/:/pkg/ivtools-0.7/bin/LINUX:$PATH
adjust "/pkg" as needed.
For more details and warnings look here.
LGPL sources
As required by the LGPL, here is a local copy of the
clippoly tar file (patchlevel 6), but
you can always get it from the author as well:
up to ivtools home page