File: README

package info (click to toggle)
insighttoolkit 3.20.1%2Bgit20120521-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 80,652 kB
  • sloc: cpp: 458,133; ansic: 196,223; fortran: 28,000; python: 3,839; tcl: 1,811; sh: 1,184; java: 583; makefile: 430; csh: 220; perl: 193; xml: 20
file content (35 lines) | stat: -rw-r--r-- 1,109 bytes parent folder | download | duplicates (4)
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.