2013-06-18

Tissue Stack 1.1 - Binary Packages

There are now binary packages available in .deb and .rpm format, all of them are for 64 bit architectures only:

http://caivm1.qern.qcif.edu.au/downloads/
http://caivm2.qern.qcif.edu.au/downloads/

UPDATE: newer binaries can be found here:

http://tissuestack.org/downloads/

or

http://tissuestack.com/downloads/

The .deb package has been tested using Ubunbtu 11 and 12.
The .rpm package has been tested on a Fedora 17 and 18 but should also work for CentOS.

Ubuntu users will not need to install one of the major dependencies, the MINC library, whereas for Fedora and CentOS there is a pre-compiled rpm (64 bit) ready for download as well.

INSTALLATION INSTRUCTIONS:

for .deb:

Execute sudo dpkg -i tissuestack_X.X_amd64.deb
This will very likely fail because of unsatisfied dependencies.

Running  sudo apt-get install -f should take care of installing the needed software for you.
After that rerun sudo dpkg -i tissuestack_X.X_amd64.deb again and it should complete without any errors.
Alternatively, using gdebi should also work in order to avoid the 3 step procedure above:
sudo gdebi  dpkg -i tissuestack_X.X_amd64.deb

for .rpm:
Run yum install minc-X.X-0.fc17.x86_64.rpm tissuestack-X.X-0.fc17.x86_64.rpm as root/sudo

Contributors