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++-kde
/
INSTALL
blob
adba43a28693382d002fc8ab198e65c1f848940e
1
This example relies on:
2
- KDE (libkdeui, libkdecore) and its dependencies
3
- Qt (libqt) and its dependencies: OpenGL (libGL), libpng, zlib (libz)
4
- the C++ runtime libraries (libstdc++)
5
6
Installation:
7
./autogen.sh
8
./configure --prefix=/some/prefix
9
make
10
make install
11
Cleanup:
12
make distclean
13
./autoclean.sh