summaryrefslogtreecommitdiff
path: root/README
blob: ce02bc10ee6e61e2c71555235b3cf13cd57128da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Clone of st (https://st.suckless.org)

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 by default)

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