admin:compilaciones:gettext
This is an old revision of the document!
Table of Contents
Gettext (0.26)
Rational
El gettext instalado actualmente carece del binario “autopoint”. Dicho binario es requerido para realizar el “./autogen.sh” en algunos softwares.
Objetivo
Compilar un gettext en modo usuario (cargado con un modulo desde $HOME/privatemodules) que permita usar el “autopoint”
Procedimineto
* Url: https://ftp.gnu.org/gnu/gettext/gettext-0.26.tar.gz
module purge module load gnu12/12.3.0 tar zxvf gettext-0.26.tar.gz cd gettext-0.26/ ./configure --prefix=/home/ldominguez/apps/gettext/gettext-0.26_gcc12 make -j1 #Vamos despacito
admin/compilaciones/gettext.1755180712.txt.gz · Last modified: by ldominguez
