0 st - simple terminal

1 --------------------

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

3

4

5 Requirements

6 ------------

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

8

9

10 Installation

11 ------------

12 Edit config.mk to match your local setup (st is installed into

13 the /usr/local namespace by default).

14

15 Afterwards enter the following command to build and install st (if

16 necessary as root):

17

18 make clean install

19

20

21 Running st

22 ----------

23 If you did not install st with make clean install, you must compile

24 the st terminfo entry with the following command:

25

26 tic -sx st.info

27

28 See the man page for additional details.

29

30 Credits

31 -------

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

33

34