Sophie

Sophie

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

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

This example relies on:
  - Qt (libqt) and its dependencies: OpenGL (libGL), libpng, zlib (libz)
  - the C++ runtime libraries (libstdc++)

Installation:
  ./autogen.sh
  ./configure --prefix=/some/prefix --with-qt-dir=/usr/lib/qt3 --enable-threads
  make
  make install
Cleanup:
  make distclean
  ./autoclean.sh