Home | History | Annotate | Line # | Download | only in hello-java-awt
      1  1.1  christos This example relies on:
      2  1.1  christos   - a Java implementation with AWT
      3  1.1  christos 
      4  1.1  christos Installation:
      5  1.1  christos   ./autogen.sh
      6  1.1  christos   ./configure --prefix=/some/prefix
      7  1.1  christos   make
      8  1.1  christos   make install
      9  1.1  christos Cleanup:
     10  1.1  christos   make distclean
     11  1.1  christos   ./autoclean.sh
     12