Remix.run Logo
bentley 4 hours ago

The NetSurf browser the author tried out has multiple frontends. Two run on OpenBSD that I know of, the “default” GTK frontend and an SDL‐based framebuffer frontend. As was pointed out, GTK has a rather sizeable number of dependencies; building the framebuffer frontend instead would save a lot of time.

classichasclass 3 hours ago | parent | next [-]

(author) Is there a way to specifically build the framebuffer version from the ports tree? I didn't see one.

bentley 3 hours ago | parent [-]

/usr/ports/www/netsurf/netsurf-fb/

classichasclass 2 hours ago | parent [-]

Thanks, I'll try that.

anthk 2 hours ago | parent | prev [-]

Mainline Dillo runs faster and smoother, it's just an fltk + git clone && configure +make install away.