Ubuntu Installation using debian packages - jackyko1991/gadgetron GitHub Wiki

Note: Installation using packages is tested on Ubuntu 14.04

In order to install Gadgetron using deb and pip packages, you need to update the /etc/apt/sources.list file:

Enable multiverse and restricted packages:

deb http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ trusty universe multiverse restricted
deb-src http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ trusty universe multiverse restricted
deb http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ trusty-updates universe multiverse restricted
deb-src http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ trusty-updates universe multiverse restricted

Add source to gadgetron software repository:

deb http://ppa.launchpad.net/gadgetron/gadgetron/ubuntu trusty main
deb-src http://ppa.launchpad.net/gadgetron/gadgetron/ubuntu trusty main

Update the sources:

sudo apt-get update

Install the gadgetron:

sudo apt-get install gadgetron-all

In order to run Python gadgets:

sudo apt-get install python-pip python-dev libhdf5-dev
sudo pip install Cython
sudo pip install --upgrade h5py
sudo pip install PyXB
sudo pip install ismrmrd