I am trying to integrate javascript in pb using webkit JavascriptCore, it works out of the box in linux and mac. But in windows it needs JavascriptCore.dll, you can download the binaries from here:
https://github.com/Lichtso/JSC-StandaloneBut i would like to compile it by myself as a static lib if possible.
I followed this guide:
https://webkit.org/webkit-on-windows/I downloaded the sources and used cmake gui to generate the vs solutions, it gave some errors but they were generated, but vs fails to compile, the first error was 'The referenced project WTF.vcxproj does not exist' I used VS2017.
Anyone can help?