my build of st
Go to file
talking ashtray 82010dd5e1 forgot about st.info 2022-04-01 22:42:54 +03:00
FAQ new build from scratch 2022-04-01 22:19:47 +03:00
LEGACY new build from scratch 2022-04-01 22:19:47 +03:00
LICENSE new build from scratch 2022-04-01 22:19:47 +03:00
Makefile new build from scratch 2022-04-01 22:19:47 +03:00
README new build from scratch 2022-04-01 22:19:47 +03:00
TODO new build from scratch 2022-04-01 22:19:47 +03:00
arg.h new build from scratch 2022-04-01 22:19:47 +03:00
config.def.h new build from scratch 2022-04-01 22:19:47 +03:00
config.h new build from scratch 2022-04-01 22:19:47 +03:00
config.mk new build from scratch 2022-04-01 22:19:47 +03:00
st.1 new build from scratch 2022-04-01 22:19:47 +03:00
st.c new build from scratch 2022-04-01 22:19:47 +03:00
st.h new build from scratch 2022-04-01 22:19:47 +03:00
st.info forgot about st.info 2022-04-01 22:42:54 +03:00
win.h new build from scratch 2022-04-01 22:19:47 +03:00
x.c new build from scratch 2022-04-01 22:19:47 +03:00

README

st - simple terminal
--------------------
st is a simple terminal emulator for X which sucks less.


Requirements
------------
In order to build st you need the Xlib header files.


Installation
------------
Edit config.mk to match your local setup (st is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install st (if
necessary as root):

    make clean install


Running st
----------
If you did not install st with make clean install, you must compile
the st terminfo entry with the following command:

    tic -sx st.info

See the man page for additional details.

Credits
-------
Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.