Carrot root and DNA VCRU Bioinformatics USDA ARS Vegetable Crops Research Unit

This page was last updated on Tuesday, 04-Nov-2014 11:19:34 CST

Installation notes for matrix2png version 1.2.2

Home Page

Prerequisites

libgd

  1. $ sudo apt-get install libgd-dev

Installation

  1. $ ver="1.2.2"
  2. $ cd /programinstallers/
  3. Download manually by web browser from http://www.chibi.ubc.ca/matrix2png/download.html
  4. The file for this version appears to have been compressed twice by error, so we need double uncompression
    $ zcat matrix2png-$ver.tar.gz | tar -zxv
  5. $ cd matrix2png-$ver
  6. $ ./configure
  7. $ make
  8. $ sudo make install
  9. Cleanup
    $ cd ..
  10. $ rm matrix2png-$ver -rf