diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -0,0 +1,28 @@ | |||
1 | st - simple terminal | ||
2 | -------------------- | ||
3 | st is a simple virtual 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 | See the man page for details. | ||
25 | |||
26 | Credits | ||
27 | ------- | ||
28 | Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code. | ||