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