• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/
1This example relies on:
2  - a recent Java implementation
3    (i.e. when using Sun's JDK: at least JDK 1.5)
4  - the Qt4/Java binding (libqtjambi)
5  - Qt4 (libQtGui, libQtCore) and its dependencies: libpng, zlib (libz)
6  - the C++ runtime libraries (libstdc++)
7
8Installation:
9  ./autogen.sh
10  export LD_LIBRARY_PATH=<directory with libqtjambi and libQt*.so.4>
11  export CLASSPATH=.:.../qtjambi.jar:.../libintl.jar
12  ./configure --prefix=/some/prefix
13  make
14  make install
15Cleanup:
16  make distclean
17  ./autoclean.sh
18