Introduction
Introduction Statistics Contact Development Disclaimer Help
README - st - simple terminal
git clone git://git.suckless.org/st
Log
Files
Refs
README
LICENSE
---
README (723B)
---
1 st - simple terminal
2 --------------------
3 st is a simple terminal emulator for X which sucks less.
4
5
6 Requirements
7 ------------
8 In order to build st you need the Xlib header files.
9
10
11 Installation
12 ------------
13 Edit config.mk to match your local setup (st is installed into
14 the /usr/local namespace by default).
15
16 Afterwards enter the following command to build and install st (if
17 necessary as root):
18
19 make clean install
20
21
22 Running st
23 ----------
24 If you did not install st with make clean install, you must compile
25 the st terminfo entry with the following command:
26
27 tic -sx st.info
28
29 See the man page for additional details.
30
31 Credits
32 -------
33 Based on AurĂ©lien APTEL <aurelien dot aptel at gmail dot com> bt source…
34
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.