|
AMIDE: Amide's a Medical Imaging Data Examiner |
Linux Installation InstructionsBinary RPMsThe binary RPMs are currently built for Fedora Core 7 for AMIDE 0.9.*. If you're using an RPM based, non-Redhat distribution, these packages probably won't work, but are worth a shot. If these packages don't work, try rebuilding the source RPM's.First, download the needed binary .i386.rpm packages (or .x86_64.rpm files if you're running in a 64 bit operating system). Installation/Upgrading should then be (as root):
rpm -Uvh *.rpm
Building from Source RPMsThis "should" work on RPM based Linux distributions. You'll probably need to install a number of additional development packages from your distribution in order to be able to compile.Download the needed .src.rpm packages. To rebuild and install these packages, run (as root):
rpmbuild --rebuild xmedcon-*.src.rpm
rpm -Uvh /usr/src/redhat/RPMS/i386/xmedcon-*.i386.rpm
rpmbuild --rebuild volpack-*.src.rpm
rpm -Uvh /usr/src/redhat/RPMS/i386/volpack-*.i386.rpm
rpmbuild --rebuild dcmtk-*.src.rpm
rpm -Uvh /usr/src/redhat/RPMS/i386/dcmtk-*.i386.rpm
rpmbuild --rebuild libfame-*.src.rpm
rpm -Uvh /usr/src/redhat/RPMS/i386/libfame-*.i386.rpm
rpmbuild --rebuild amide-*.src.rpm
rpm -Uvh /usr/src/redhat/RPMS/i386/amide-*.i386.rpm
Note, that on older distributions, there's not a separate "rpmbuild"
command. Use "rpm" instead on these distributions.
Building from SourceThis should work on all Linux distributions as well as Unix environments that have the gtk/gnome packages installed. Download the various *.tgz and *.tar.gz files, unpack them, and read the associated README files for further instructions.
|
| last modified AML 2007-12-02 |