README 508 B

1234567891011121314151617181920212223
  1. tabbed - generic tabbed interface
  2. =================================
  3. tabbed is a simple tabbed X window container.
  4. Requirements
  5. ------------
  6. In order to build tabbed you need the Xlib header files.
  7. Installation
  8. ------------
  9. Edit config.mk to match your local setup (tabbed is installed into
  10. the /usr/local namespace by default).
  11. Afterwards enter the following command to build and install tabbed
  12. (if necessary as root):
  13. make clean install
  14. Running tabbed
  15. --------------
  16. See the man page for details.