|
|
|
AMIDE is currently developed using GTK+ on Linux/x86_64. It
should work on any system with GTK+, and is curently tested on
Linux/x86_64, Mac OS X/PowerPC, and Microsoft Windows XP/i386 systems.
Installation on OS X makes heavy use of the fink distribution.
What follows is a list of packages relevant to AMIDE. For
installation, see the instructions for Linux, Mac OS X, and Windows.
Current Packages
| Package |
Required |
Notes |
|
AMIDE
|
Y |
The most current version of AMIDE. The windows binary can be found here. |
|
(X)MedCon
|
N |
Although not strictly required, libmdc from Erik Nolf's (X)MedCon
package is used for importing most file formats into AMIDE. You want
this. |
|
DCMTK - DICOM Toolkit
|
N |
DCMTK provides more expansive support for DICOM files than (X)MedCon.
If you plan on reading in DICOM files, especially from clinical
systems, you'll want this. A SRPM
version which builds DCMTK as a shared library is available from
AMIDE's sourceforge page. |
|
VolPack
|
N |
Volume rendering is handled using Philippe Lacroute's volpack volume
rendering library. I've placed a
version that compiles cleanly on Linux and Mac OS X on the
sourceforge project page. You can also get the original
version from Stanford (hasn't been updated in 5 years).
|
|
libfame
|
N |
Outputting sequences of images as MPEG1 movie files requires the libfame
library from the fame project.
If you're installing a binary version of AMIDE, it's probably linked
against the version of libfame available at FreshRPMs.
Versions of AMIDE previous to 0.7.4 used mpeg_encode instead, see
below on where to get mpeg_encode.
|
|
gsl
|
N |
The GNU Scientific Library (GSL) is needed for performing image
alignment using fiducial markers. Many distributions have prebuilt
packages for GSL. Information on downloading GSL can be found on the GNU Scientific Library
webpage.
|
Older Packages
| Package |
Required |
Notes |
|
AMIDE 0.6.*
|
Y |
If you do not have the Gtk+-2 libraries on your system, you can try
using an older version of AMIDE that works with Gtk+-1.2.
|
|
libecat
|
N |
Merence Sibomona's libecat library can be used for importing ECAT files instead of (X)MedCon.
You should use the
version on the sourceforge project page. An explanation of why not to use the
original
version is in AMIDE's README file.
|
|
mpeg_encode
|
N |
In older versions of AMIDE (previous to 0.7.4), Berkeley's MPEG-1
Video Software Encode (mpeg_encode) was used for generating MPEG1
movies from sequences of images. The original version
hasn't been touched since 1995, so I'd suggest using my
version on the sourceforge project page.
|
|
libxml2
|
N |
Some old distributions don't have libxml2. It can be found at www.xmlsoft.org
|
|