README - tabbed - tab interface for application supporting Xembed | |
git clone git://git.suckless.org/tabbed | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
README (508B) | |
--- | |
1 tabbed - generic tabbed interface | |
2 ================================= | |
3 tabbed is a simple tabbed X window container. | |
4 | |
5 Requirements | |
6 ------------ | |
7 In order to build tabbed you need the Xlib header files. | |
8 | |
9 Installation | |
10 ------------ | |
11 Edit config.mk to match your local setup (tabbed is installed into | |
12 the /usr/local namespace by default). | |
13 | |
14 Afterwards enter the following command to build and install tabbed | |
15 (if necessary as root): | |
16 | |
17 make clean install | |
18 | |
19 Running tabbed | |
20 -------------- | |
21 See the man page for details. | |
22 |