This is a mirror of http://vitali64.duckdns.org/git/suckless/tabbed.git . Issues are accepted.
Vitali64 c345e18ac5 markdown readme | il y a 2 ans | |
---|---|---|
patches | il y a 2 ans | |
LICENSE | il y a 9 ans | |
Makefile | il y a 8 ans | |
README.md | il y a 2 ans | |
TODO | il y a 11 ans | |
arg.h | il y a 8 ans | |
config.def.h | il y a 6 ans | |
config.h | il y a 2 ans | |
config.mk | il y a 2 ans | |
config.mk.orig | il y a 2 ans | |
config.mk.rej | il y a 2 ans | |
tabbed | il y a 2 ans | |
tabbed.1 | il y a 7 ans | |
tabbed.c | il y a 2 ans | |
tabbed.c.orig | il y a 2 ans | |
tabbed.c.rej | il y a 2 ans | |
tabbed.o | il y a 2 ans | |
xembed | il y a 2 ans | |
xembed.1 | il y a 9 ans | |
xembed.c | il y a 8 ans | |
xembed.o | il y a 2 ans |
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.