blob: 351c025b38607225622af7c8474b8518b4976015 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|