SCI Seg3D Mailing List

Text archives Help


[Seg3D] Re: Re: wiki doc: dependency on GTK+ and nVidia drivers


Chronological Thread 
  • From: Michael Callahan <callahan@sci.utah.edu>
  • To: seg3d@sci.utah.edu, ramon.casero@comlab.ox.ac.uk
  • Subject: [Seg3D] Re: Re: wiki doc: dependency on GTK+ and nVidia drivers
  • Date: Wed, 11 Feb 2009 18:28:57 -0700

The list of packages required to compile SCIRun is buried on the sci
wiki somewhere or other:
http://www.sci.utah.edu/cibc/wiki/index.php/Ubuntu_Prerequisites(Packages_to_Install)

It is also out of date.  I believe that is for ubuntu 6.4 or earlier.
And it includes a bunch of extra stuff.  I think this is a closer list:

build-essential
xlibs-dev
libpng12-dev
libglu
cmake
gtk dev
zlib-dev

There are also a number of image libraries that you should pick up which
will automatically get used by ITK.  I forget exactly which these are,
but at least libtiff.

Also, you can reduce thirdparty to just TEEM and install the dev
packages for all of those as well.  In fact I recommend this as
otherwise you'll likely have trouble with two incompatible freetype
directories linked in.

You can also dispense with the wxwidgets download and just use the deb
for that as well.  However if you do this your resulting binary won't
work on older ubuntus.

  Michael

On Wed, 2009-02-11 at 19:30 +0000, Ramón Casero wrote:
> Further to my previous email, building of the current development 
> version of Seg3D (r43182 for v1.11.0) has a dependency on the X11 
> miscellaneous utility library.
> 
> This can be installed in Ubuntu with
> 
> $ sudo apt-get install libxmu-dev
> 
> Does it make sense to document this kind of stuff in the wiki?
> 
> Cheers,
> 
> .::r
> 




Archive powered by MHonArc 2.6.16.

Top of page