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