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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gettext
/
gettext-tools
/
examples
/
hello-java-swing
/
INSTALL
blob
79edfa77aca499fa68928ed72915dcb53cc0cac3
1
This example relies on:
2
- a Java implementation with AWT and Swing
3
(i.e. when using Sun's JDK: at least JDK 1.2)
4
5
Installation:
6
./autogen.sh
7
./configure --prefix=/some/prefix
8
make
9
make install
10
Cleanup:
11
make distclean
12
./autoclean.sh