README 959 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. surf - simple webkit-based browser
  2. ==================================
  3. surf is a simple Web browser based on WebKit/GTK+.
  4. Requirements
  5. ------------
  6. In order to build surf you need GTK+ and Webkit/GTK+ header files.
  7. In order to use the functionality of the url-bar, also install dmenu[0].
  8. Installation
  9. ------------
  10. Edit config.mk to match your local setup (surf is installed into
  11. the /usr/local namespace by default).
  12. Afterwards enter the following command to build and install surf (if
  13. necessary as root):
  14. make clean install
  15. Running surf
  16. ------------
  17. run
  18. surf [URI]
  19. See the manpage for further options.
  20. Running surf in tabbed
  21. ----------------------
  22. For running surf in tabbed[1] there is a script included in the distribution,
  23. which is run like this:
  24. surf-open.sh [URI]
  25. Further invocations of the script will run surf with the specified URI in this
  26. instance of tabbed.
  27. [0] http://tools.suckless.org/dmenu
  28. [1] http://tools.suckless.org/tabbed