repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gettext
/
gettext-tools
/
examples
/
hello-c++-qt
/
INSTALL
blob
351c025b38607225622af7c8474b8518b4976015
1
This example relies on:
2
- Qt (libqt) and its dependencies: OpenGL (libGL), libpng, zlib (libz)
3
- the C++ runtime libraries (libstdc++)
4
5
Installation:
6
./autogen.sh
7
./configure --prefix=/some/prefix --with-qt-dir=/usr/lib/qt3 --enable-threads
8
make
9
make install
10
Cleanup:
11
make distclean
12
./autoclean.sh