README 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. INSTALLATION
  2. --------------
  3. To build on Unix, run CONF=unix make.
  4. To build on Solaris using Sun cc, run CONF=sun make.
  5. To build on Windows, you need Mingw. See http://www.mingw.org.
  6. Edit Make.config to uncomment the Windows section
  7. and comment out the rest. Then run CONF=windows make.
  8. (You can download nmake from
  9. http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084
  10. Rename it to make.exe and put it in your path somewhere.
  11. )
  12. I haven't tested the Windows build on Windows itself.
  13. I cross-compile using mingw32 on Linux.
  14. BINARIES
  15. ---------
  16. See http://swtch.com/drawterm/
  17. SOURCE
  18. ------
  19. Use CVS: cvs -d :pserver:anoncvs@cvs.pdos.csail.mit.edu:/cvs co drawterm
  20. On the web at http://cvs.pdos.csail.mit.edu/cvs/drawterm
  21. In the Plan 9 distribution: /sys/src/cmd/unix/drawterm
  22. HELP
  23. ----
  24. Email Russ Cox <rsc@swtch.com> with bug reports or problems.
  25. TO DO:
  26. ------
  27. - Should import latest /dev/draw to allow resize of window
  28. - Should copy 9term code and make console window a real
  29. 9term window instead.
  30. - Should implement /dev/label.