CarlosMecha / surf

My version of surf from Suckless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

surf - simple webkit-based browser

surf is a simple Web browser based on WebKit/GTK+.

Requirements

Ubuntu packages:

  • TODO: Add the webkit packages
  • dmenu
  • libgcr-3-dev

Installation

Edit config.mk to match your local setup (surf is installed into the /usr/local namespace by default).

Afterwards enter the following command to build and install surf (if necessary as root):

$ make clean install

Running surf

$ surf [URI]

See the manpage for further options.

Credits

Based on surf from the guys at Suckless :D

About

My version of surf from Suckless

License:MIT License


Languages

Language:C 67.5%Language:Objective-C 21.8%Language:Roff 7.6%Language:Makefile 3.1%