summaryrefslogtreecommitdiff
path: root/utils/st-0.9/README
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-11-03 20:28:42 -0500
committerstkhan <personal@slickd.xyz>2022-11-03 20:28:42 -0500
commit1867d262a3098f6e02544c2b58f4fe63798dc0a3 (patch)
treebf4acf2cb4218073b5b8fb52243a46b04eaf5ddb /utils/st-0.9/README
parent1c05c8df4b84a54e8f2a9a7b0a222bca280a5e47 (diff)
stuff
Diffstat (limited to 'utils/st-0.9/README')
-rw-r--r--utils/st-0.9/README34
1 files changed, 34 insertions, 0 deletions
diff --git a/utils/st-0.9/README b/utils/st-0.9/README
new file mode 100644
index 0000000..6a846ed
--- /dev/null
+++ b/utils/st-0.9/README
@@ -0,0 +1,34 @@
+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.
+