Différences
Ci-dessous, les différences entre deux révisions de la page.
fr:install:bin_app_repository:20_04_a21_build:aragorn1.2.41 [2021/10/31 16:28] – créée foisys | fr:install:bin_app_repository:20_04_a21_build:aragorn1.2.41 [2021/10/31 16:36] (Version actuelle) – [Procédure] foisys | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ====== Installation de Aragorn 1.2.41 ====== | ||
+ | |||
+ | ===== Libraries ===== | ||
+ | |||
+ | * Aucune librairie additionnelle n'est nécessaire | ||
+ | |||
+ | ===== Procédure ===== | ||
+ | |||
+ | * On va chercher le fichier du code source et on le place dans un répertoire sous ''/ | ||
+ | |||
+ | <sxh bash> | ||
+ | % cd / | ||
+ | % mkdir aragorn_1.2.41 | ||
+ | % cd aragorn_1.2.41 | ||
+ | % sudo curl -L -O http:// | ||
+ | </ | ||
+ | |||
+ | * Il faut s' | ||
+ | |||
+ | <sxh bash> | ||
+ | % sudo chown -R root:root ../ | ||
+ | % sudo chmod 755 ../ | ||
+ | </ | ||
+ | |||
+ | * On compile Aragorn avec gcc directement: | ||
+ | <sxh bash> | ||
+ | % gcc -O3 -ffast-math -finline-functions -o aragorn aragorn1.2.41.c | ||
+ | </ | ||
+ | |||
+ | * On va pêcher le fichier MAN pour le rendre disponible: | ||
+ | <sxh bash> | ||
+ | % sudo curl -L -o / | ||
+ | </ | ||
+ | |||
+ | |||
+ | * On termine en modifiant le fichier ''/ | ||
+ | |||
+ | <sxh bash> | ||
+ | # | ||
+ | # Aragorn specific environment variables | ||
+ | # | ||
+ | export PATH=: | ||
+ | </ | ||