pascalp wrote:Il est dispo sur cpan:
http://search.cpan.org/~birney/bioperl-1.4/
Et c'est écrit que c'est facile:
THE EASY WAY
The Bioperl modules are distributed as a tar file in standard perl
CPAN distribution form. This means that installation is very
simple. Once you have unpacked the tar distribution there is a
directory called bioperl-xx/, which is where this file is. Move into
that directory (you may well be already in the right place!) and
issue the following commands:
perl Makefile.PL # makes a system-specific makefile
make # makes the distribution
make test # runs the test code
make install # [may need root access for system install.
# See below for how to get around this.]
This should build, test and install the distribution cleanly on your
system. This installs the main perl part of bioperl, which is the
majority of the bioperl modules. There is one module (Bio::Tools::pSW)
which needs a compiled extension. This needs an extra installation
step. The directions for installing this are given below - it is
almost as easy as installing the standard distribution, so don't
worry!
Ca marche chez moi, que renvoie la commande perl Makefile.PL ?
Un peu de complément, au début j'ai choisis all, j'ai fait les tests avec mysql vers la fin.
merci pour ton aide pascalp
oui, c'est censé être facile, mais je n'y arrive pas:
je vais sur le site
http://search.cpan.org/~birney/bioperl-1.4/
je clique sur download (pourla version bioperl-1.4)
je déplace le fichier bioperl-1.4.tar.gz dans un dossier que j'ai appelé "installation"
dans le terminal, je me place dans ce dossier "installation", puis je tape " tar xvfz bioperl-1.4.tar.gz", il décompresse, tout est ok
ensuite, je suis les instructions du readme, citées au dessus:
je tape "cd bioperl-1.4"
je suis dans le dossier bioperl-1.4...
je tape "perl Makefile.PL"
rien ne se passe (visuellement, en tout cas, mais ça, je m'y attendais)
et quand je tape "make", le terminal me renvoit:
"make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt."
et je ne peux pas aller plus loin...
c'est le srcipt perl "Makefile.PL" qui est censé créer le fichier makefile, mais il semble qu'il ne creait rien du tout...
aurais-je un probléme avec ma version de Perl??
comment savoir quelle version de Perl j'ai d'installé (en fait, j'ai vérifié, j'ai fedora core 4)????
je suis bloqué depuis 2 jours là dessus, et je ne comprend pas ce qui se passe....
help please...