Sophie

Sophie

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

gettext-devel-0.18.3.1-2.mga4.x86_64.rpm

This example relies on:
  - a recent Java implementation
    (i.e. when using Sun's JDK: at least JDK 1.5)
  - the Qt4/Java binding (libqtjambi)
  - Qt4 (libQtGui, libQtCore) and its dependencies: libpng, zlib (libz)
  - the C++ runtime libraries (libstdc++)

Installation:
  ./autogen.sh
  export LD_LIBRARY_PATH=<directory with libqtjambi and libQt*.so.4>
  export CLASSPATH=.:.../qtjambi.jar:.../libintl.jar
  ./configure --prefix=/some/prefix
  make
  make install
Cleanup:
  make distclean
  ./autoclean.sh