Monday, 7 May 2012

Re: netsurf-sdl on Windows?

Am Montag, den 07.05.2012, 15:32 +0200 schrieb LM <lmemsm@gmail.com>:

Hello,

> Tried out netsurf-sdl on Debian and was attempting to figure out if
> something similar could be built on Windows. 
>  
> I invoked the make file with:
> make target=windows

That's wrong. The framebuffer isn't OS specific, you still have to
build it this way:

make TARGET=framebuffer

the "make TARGET=windows" will attempt to build the native windows
executable.

Would be good if you could get both builds to work under windows. :)

The framebuffer library "libnsfb" requires X11 libraries...
I once submitted a patch to the list that disables specific libnsfb
backends.
Just remove the X and maybe other not-so-important dependencies from
the libnsfb
makefiles and you should be able to compile the lib.
After you have installed libnsfb, you should be able to link
framebuffer-sdl for windows.

Greets,
Ole

No comments:

Post a Comment