1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
GETTING VXL:
Send email to Peter Vanroose: peter.Vanroose@esat.kuleuven.ac.be
and ask to have access to the leuven repository for TargetJr.
1. Checkout vxl package from IUPackages:
cvs -d :ext:remcvs@memlinck.esat.kuleuven.ac.be:/freeware/TargetJr/CVS_repository checkout -l IUPackages
cd IUPackages
cvs update -d vxl
2. Create a tar file of the parts of vxl required to use the vnl package.
cd IUPackages/vxl
tar cvf vxl.tar ChangeLog.* config.win32-vc60 vcl vnl v3p/netlib vxl*.h
3. import into cvs:
Initial import command
cvs -d :pserver:hoffman@public.kitware.com:/insight/cvsroot import -m "Import of VXL Numerics Feb 13 2000" Insight/Code/Numerics/vxl VXL VXL_FEB_13_2000
Next import:
cvs -d :pserver:hoffman@public.kitware.com:/insight/cvsroot import -m "Import of VXL Numerics libraries " Insight/Code/Insight3DParty/vxl VXL VXL_2_0
Next import:
cvs -d :pserver:king@public.kitware.com:/insight/cvsroot import -m "Import of VXL Numerics libraries " Insight/Code/Numerics/vxl VXL VXL_APR_24_2001
See instructions for vendor branches in cvs to
update to a new version of vxl numerics.
|