home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / A / GPM / _GPM.TAR / usr / doc / gpm / README next >
Encoding:
Text File  |  1995-02-27  |  2.8 KB  |  87 lines

  1.  * Copyright 1994   rubini@ipvvis.unipv.it (Alessandro Rubini)
  2.  *
  3.  *******/
  4.  
  5. This package, which is almost ready to go 1.0, tries to be a useful
  6. mouse server for applications running on the Linux console.  Its roots
  7. are in the "selection" package, by Andrew Haylett, and the original code
  8. comes from selection itself. This package is intended as
  9. a replacement for "selection", to provide additional facilities.
  10. From 0.18 onward gpm supports xterm as well, so you can run gpm-based
  11. applications under X, and you can easily write curses applications which
  12. support the mouse on both the Linux console and xterm. The xterm stuff is
  13. portable (look at sample/README).
  14.  
  15. Available clients are "The Midnight Commander", by Miguel de Icaza
  16. and an emacs library included in this release. A demo dialog binary is
  17. on iride.unipv.it:/pub/gpm, but I won't release it because it is going
  18. to fall in the mainstream dialog.
  19.  
  20. =========== QUICK INSTALL (no compile)
  21.  
  22. Binaries are provided as well, and tou can tell your shell
  23.  
  24.     make quickinst
  25.  
  26. to install under '/usr/{bin,lib,info,include}' and 
  27.  
  28.     make quickinst PREFIX=/usr/tools/whatever
  29.  
  30. to install to default locations.
  31.  
  32. =========== DOCS
  33.  
  34. The directory "./doc" holds the documentation. I have switched to
  35. 'texinfo', and it seems to work. The release embeds both a postscript
  36. file and an info one. I hope the 'info' file can be useful. No manual
  37. pages are provided, but they will be available before 1.0
  38.  
  39. =========== KERNEL PATCHES (before 1.1.32)
  40.  
  41. The directory "kernel" embeds the kernel patches needed to run gpm.
  42. Patches are provided against 1.0 and 1.1.18. Refer to kernel/README
  43. to have more details. No patch is needed for 1.1.32 onwards.
  44.  
  45. =========== AVAILABILITY 
  46.  
  47. The latest release is available by ftp from iride.unipv.it:/pub/gpm
  48. Feel free to call me to report/fix bugs.  If you are willing to write
  49. a client I'd like to help as well.
  50.  
  51. =========== CREDITS
  52.  
  53. Steven S. Dick (ssd@nevets.oau.org) fixed a pair of bugs in early gpm
  54.     versions.
  55.  
  56. Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx) helped fixing
  57.     some bugs and provided a good client to test my server.
  58.     He helped a lot in testing the various pre-releases.
  59.  
  60. Olav Woelfelschneider (wosch@rbg.informatik.th-darmstadt.de)
  61.     fixed 0.10 with MouseSystems compatible mice.
  62.  
  63. Janne Kukonlehto (jtklehto@stekt.oulu.fi) provided xterm mouse decoding to
  64.     be stolen by me.
  65.  
  66. Rick Lyons (rick@razorback.brisnet.org.au) fixed a bug in gpm-0.9
  67.  
  68. Reuben Sumner (rasumner@undergrad.math.uwaterloo.ca) helped fixing
  69.     behaviour with "-t bm".
  70.  
  71. Larry Bartholdi (lbartho@scsun.unige.ch) pinpointed an error in t-mouse-suspend
  72.     and provided good suggestions for 0.97
  73.  
  74. Mark Lord (mlord@bnr.ca) ported to Dexxa/Logitech mice and provided feedback
  75.     several times.
  76.  
  77. Stefan Giessler (stg@gandalf.han.de) fixed some problems with gpm-root and
  78.     suggested to put gpm in the background (0.97)
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.