admin:compilaciones:gettext
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| admin:compilaciones:gettext [2025/08/14 13:27] – ldominguez | admin:compilaciones:gettext [2025/08/14 14:25] (current) – [Procedimineto] ldominguez | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Gettext (0.26) ====== | ====== Gettext (0.26) ====== | ||
| + | |||
| + | ===== Rational ===== | ||
| + | |||
| + | El gettext instalado actualmente carece del binario " | ||
| + | |||
| + | ===== Objetivo ===== | ||
| + | |||
| + | Compilar un gettext en modo usuario (cargado con un modulo desde $HOME/ | ||
| + | |||
| + | |||
| + | ===== Procedimineto ===== | ||
| * Url: https:// | * Url: https:// | ||
| + | |||
| + | < | ||
| + | module purge | ||
| + | module load gnu12/ | ||
| + | tar zxvf gettext-0.26.tar.gz | ||
| + | cd gettext-0.26/ | ||
| + | |||
| + | ./configure --prefix=/ | ||
| + | |||
| + | make -j1 #Vamos despacito | ||
| + | make install | ||
| + | |||
| + | </ | ||
admin/compilaciones/gettext.1755178045.txt.gz · Last modified: by ldominguez
