diff options
author | Marvin Borner | 2020-04-14 16:06:38 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-14 16:06:38 +0200 |
commit | 5fdba75bfabd45cb1bf38af86d3cec641d488093 (patch) | |
tree | 37732d88ad7a6a04987a8842fc9d58106db0a7a0 /.repos/tabbed/README | |
parent | 5a1e1cb5fc7481d02fec611bfadd2d2928448c59 (diff) |
Added surf configurations
Diffstat (limited to '.repos/tabbed/README')
-rw-r--r-- | .repos/tabbed/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.repos/tabbed/README b/.repos/tabbed/README new file mode 100644 index 0000000..4ed6bbe --- /dev/null +++ b/.repos/tabbed/README @@ -0,0 +1,22 @@ +tabbed - generic tabbed interface +================================= +tabbed is a simple tabbed X window container. + +Requirements +------------ +In order to build tabbed you need the Xlib header files. + +Installation +------------ +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 + +Running tabbed +-------------- +See the man page for details. + |