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