home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / mesa-1.2.8 / widgets / install < prev    next >
Text File  |  1996-05-27  |  780b  |  27 lines

  1. ./configure    # add `--with-motif' iff you want the Motif widget
  2. make
  3. make demo.gl
  4. make demo.mesa
  5. make demo.ws    # load `next' event and play with cursor keys
  6. make demo.tea    # play with cursor keys again
  7. make install    # iff you like it
  8.  
  9. That's it.  Enjoy.
  10.  
  11. PS:   If you don't build in a Mesa source tree and don't have Mesa's
  12.       header files installed, you can use `--with-mesadir=PATH' as an
  13.       argument to configure to specify another PATH to the Mesa source
  14.       tree.
  15.  
  16. P^2S: I can not test the Motif widget myself, therefore it is not build
  17.       by default.  But people have used it successfully, it should
  18.       work for you too.
  19.  
  20. P^3S: A more verbose description will follow ...
  21.  
  22.  
  23. $Id: INSTALL,v 1.6 1995/06/11 22:34:46 ohl Exp $
  24. Local Variables:
  25. mode:indented-text
  26. End:
  27.