README - sselp - simple X selection printer to stdout | |
git clone git://git.suckless.org/sselp | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
README (494B) | |
--- | |
1 sselp - simple print selection | |
2 ============================== | |
3 Prints X selection to standard out. | |
4 | |
5 | |
6 Requirements | |
7 ------------ | |
8 In order to build sselp you need the Xlib header files. | |
9 | |
10 | |
11 Installation | |
12 ------------ | |
13 Edit config.mk to match your local setup (sselp is installed into | |
14 the /usr/local namespace by default). | |
15 | |
16 Afterwards enter the following command to build and install sselp | |
17 (if necessary as root): | |
18 | |
19 make clean install | |
20 | |
21 | |
22 Running sselp | |
23 ------------- | |
24 Simply invoke the 'sselp' command. |