README 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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 Mercurial: hg clone http://code.swtch.com/drawterm
  20. On the web at http://code.swtch.com/drawterm
  21. Tar file at http://swtch.com/drawterm/
  22. In the Plan 9 distribution: /sys/src/cmd/unix/drawterm/ (sometimes out of date)
  23. HELP
  24. ----
  25. Issue tracker: http://code.swtch.com/drawterm/issues
  26. TO DO:
  27. ------
  28. - Should import latest /dev/draw to allow resize of window
  29. - Should copy 9term code and make console window a real
  30. 9term window instead.
  31. - Should implement /dev/label.