Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > e3926d74986614d65e418e14f6564106 > files > 201

gettext-devel-0.19.8.1-4.mga7.i586.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