summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples/hello-java-qtjambi/INSTALL
blob: fd166ed3bb76d41328c5fe9b35da2afb21a66562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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