Compiling web+

Howdy,
I take it that Web+ is compiled separate from haikuwebkit? If so, are there instructions on compiling it from source somewhere?

Not directly, it is build in the haiku sourcetree like our other applications, so you can use jam as normal to build it.

Thanks nephele!

To be precise, if you are on a 64bit system:

jam -q WebPositive

On a 32bit system (because it’s built with gcc8 and not the default gcc2):

jam -q "<x86>WebPositive"