Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > d2deb8cd1a2727f301b2e77c853158e9 > files > 198

gettext-devel-0.18.3.1-2.mga4.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