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