root/plone4bio.buildout/trunk/BIOPERL.txt

Revision 75, 0.9 KB (checked in by mauro, 2 years ago)
Line 
1BioPerl Prerequisities
2======================
3
4Debian/Ubuntu
5-------------
6
7::
8
9Prerequisite packages:
10
11        sudo apt-get install perl bzip2 unzip curl
12        sudo apt-get install libconfig-ini-simple-perl libgd-gd2-perl
13
14        DON'T INSTALL THE BIOPERL PACKAGE PROVIDED BY YOUR DISTRIBUTION,
15        UNLESS IT IS > 1.6.0
16
17        WE NEED THE LATEST BIOPERL !!
18
19::
20
21Execute the following as root:
22
23        rm -rf BioPerl-1.6.0.tar.gz BioPerl-1.6.0
24        wget http://bioperl.org/DIST/BioPerl-1.6.0.tar.gz
25        tar zxvf BioPerl-1.6.0.tar.gz
26        cd BioPerl-1.6.0
27        perl Makefile.PL # you may safely answer yes to all the questions
28        make
29        sudo make install
30
31        rm -rf Bio-Graphics-1.93.tar.gz Bio-Graphics
32        wget http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Bio-Graphics-1.93.tar.gz
33        tar zxvf Bio-Graphics-1.93.tar.gz
34        cd Bio-Graphics-1.93
35        perl Makefile.PL # you may safely answer yes to all the questions
36        make
37        sudo make install
Note: See TracBrowser for help on using the browser.