Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
fr:install:bin_app_repository:24_04_a25_build:infernal_115 [2021/07/02 14:12] – créée - modification externe 127.0.0.1 | fr:install:bin_app_repository:24_04_a25_build:infernal_115 [2025/05/15 15:23] (Version actuelle) – [Procédure] foisys | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== Installation de Infernal 1.1.4 ====== | + | ====== Installation de Infernal 1.1.5 ====== |
===== Librairies additionnelles ===== | ===== Librairies additionnelles ===== | ||
Ligne 12: | Ligne 12: | ||
<sxh bash> | <sxh bash> | ||
% cd / | % cd / | ||
- | % sudo curl -L -O http:// | + | % sudo curl -L -O http:// |
- | % sudo tar -zxvf infernal-1.1.4.tar.gz | + | % sudo tar -zxvf infernal-1.1.5.tar.gz |
- | % sudo rm -rf infernal-1.1.4.tar.gz | + | % sudo rm -rf infernal-1.1.5.tar.gz |
</ | </ | ||
* Ce dossier devrait appartenir à '' | * Ce dossier devrait appartenir à '' | ||
<sxh bash> | <sxh bash> | ||
- | % sudo chown -R root:root ./ | + | % sudo chown -R root:root ./ |
- | % sudo chmod -R 755 ./ | + | % sudo chmod -R 755 ./ |
</ | </ | ||
* Dès lors, la compilation se fait facilement: | * Dès lors, la compilation se fait facilement: | ||
<sxh bash> | <sxh bash> | ||
- | % cd infernal-1.1.4 | + | % cd infernal-1.1.5 |
% sudo ./configure --prefix=`pwd` && sudo make && sudo make install | % sudo ./configure --prefix=`pwd` && sudo make && sudo make install | ||
</ | </ | ||
Ligne 34: | Ligne 34: | ||
# Infernal specific environment variables | # Infernal specific environment variables | ||
# | # | ||
- | export PATH=$PATH:/ | + | export PATH=$PATH:/ |
</ | </ | ||