On Fri, Oct 30, 2009 at 7:05 AM, Enno Boland (Gottox) <[email protected]> wrote: > surf-0.3 is out. There are still some bugs left, but I think it's time > to roll out a new release because there changed a plenty of things: > - changed cookiefile to cookies.txt > - removed urlbar and searchbar using XProps instead > - downloads are working > - zooms website out, if the window is small enough > - fixing surf to make it work with tabbed more smoothly. > > Mercurial > * http://hg.suckless.org/surf > Tarball: > * http://dl.suckless.org/surf/surf-0.3.tar.gz > > please be patient as there are still some bugs, but feel free to give > feedback. > Hello,
I just tried this for the first time (and sorry for the horrible noob question) but I can't seem to get it to build. I'm running ubuntu 9.04 and I got the libwebkit-dev package (https://launchpad.net/ubuntu/jaunty/+package/libwebkit-dev) This is supposed to depend on libwebkit and libgtk2.0-dev isn't that enough? this are my options and it's running hg tip from some minutes ago. f1085a2335af $ make options surf build options: CFLAGS = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/webkit-1.0 -DVERSION="0.4" LDFLAGS = -s -L/usr/lib -lc -lwebkit-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lgthread-2.0 CC = cc > regards, > > Enno > >
