My build of the simple terminal from suckless.org.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 4 ans
12345678910111213141516171819202122232425262728293031323334
  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.