README 723 B

1234567891011121314151617181920212223242526272829303132333435
  1. st - simple terminal
  2. --------------------
  3. st is a simple terminal emulator for X which sucks less.
  4. Requirements
  5. ------------
  6. In order to build st you need the Xlib header files.
  7. Installation
  8. ------------
  9. Edit config.mk to match your local setup (st is installed into
  10. the /usr/local namespace by default).
  11. Afterwards enter the following command to build and install st (if
  12. necessary as root):
  13. make clean install
  14. Running st
  15. ----------
  16. If you did not install st with make clean install, you must compile
  17. the st terminfo entry with the following command:
  18. tic -sx st.info
  19. See the man page for additional details.
  20. Credits
  21. -------
  22. Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.