Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 0abe5babf535fd3d235143978f85fbcc > files > 471

gettext-devel-0.19.4-1.mga5.x86_64.rpm

This example relies just on gettext-runtime (and libc, of course).

Installation:
  ./autogen.sh
  ./configure --prefix=/some/prefix
  make
  make install
Cleanup:
  make distclean
  ./autoclean.sh