mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 08:36:05 -04:00
13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
This example relies on:
|
|
- a Java implementation with AWT and Swing
|
|
(i.e. when using Sun's JDK: at least JDK 1.2)
|
|
|
|
Installation:
|
|
./autogen.sh
|
|
./configure --prefix=/some/prefix
|
|
make
|
|
make install
|
|
Cleanup:
|
|
make distclean
|
|
./autoclean.sh
|