This is a mirror of http://vitali64.duckdns.org/git/suckless/tabbed.git . Issues are accepted.
Vitali64 c345e18ac5 markdown readme | 2 vuotta sitten | |
---|---|---|
patches | 2 vuotta sitten | |
LICENSE | 9 vuotta sitten | |
Makefile | 8 vuotta sitten | |
README.md | 2 vuotta sitten | |
TODO | 11 vuotta sitten | |
arg.h | 8 vuotta sitten | |
config.def.h | 6 vuotta sitten | |
config.h | 2 vuotta sitten | |
config.mk | 2 vuotta sitten | |
config.mk.orig | 2 vuotta sitten | |
config.mk.rej | 2 vuotta sitten | |
tabbed | 2 vuotta sitten | |
tabbed.1 | 7 vuotta sitten | |
tabbed.c | 2 vuotta sitten | |
tabbed.c.orig | 2 vuotta sitten | |
tabbed.c.rej | 2 vuotta sitten | |
tabbed.o | 2 vuotta sitten | |
xembed | 2 vuotta sitten | |
xembed.1 | 9 vuotta sitten | |
xembed.c | 8 vuotta sitten | |
xembed.o | 2 vuotta sitten |
tabbed is a simple tabbed X window container.
In order to build tabbed you need the Xlib header files.
Edit config.mk to match your local setup (tabbed is installed into the /usr/local namespace by default).
Afterwards enter the following command to build and install tabbed (if necessary as root):
make clean install
See the man page for details.