README 1002 B

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