Linux installation procedure

Bryan VanDeVen bryanv at arlut.utexas.edu
Mon Nov 29 16:53:16 EST 1999




> (http://www.kitware.com/vtkhtml/vtkdata/VTK_Linux_WWW/vtk_body.htm
> up to "3.5 Final Steps"
> The exact steps are as follows, my vtk directory is /vtk :
> 
> 1.  cd    /etc
> 2.  vi  ld.so.conf
> 3.  add three lines
>         A.   /vtk/commom
>         B.  /vtk/graphics
>         C.  /vtk/imaging
> (I guess I have to include   /vtk/patented  )

I still have to wonder if adding "make install" functionality configurable
with "--prefix=" or the like would be so hard to implement.
It would be nice to tell the build where you want the libs to be put
and have it put them there so you don't have to muck around with
ld.so.conf, or LD_LIBRARY_PATH on Solaris, or whatever else.  Of course,
it's not hard to just move the libs by hand either.  Just a rare nit pick
:)


> My installation is on PII 400 with SCSI-2 and a S3 video card. It took over
> 12 hours to compile. Since some reported good result with AMD K3, I  went
> out and get a AMD chip to see if it cut down the compilation time. I must
> not done the switches right, it still took over 11 hours.

Well, VTK takes a good three or four hours to build on my dual PII450 with
256MB.  So 11 to 12 hours on the above setup does not seem unreasonable.
If you have plenty of ram you might consider using the "-j" option to
initiate a parallel make.  Obviously with one processor you won't truly
get a parallel build but some of the disk IO can then be done 
asynchronously so you might see a small performance bump from that.

Regards,

--
Bryan Van de Ven
Applied Research Labs
University of Texas, Austin



-----------------------------------------------------------------------------
This is the private VTK discussion list.  Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>.  For help, send message body containing
"info vtkusers" to the same address.     Live long and prosper.
-----------------------------------------------------------------------------




More information about the vtkusers mailing list