David Henderson
David Henderson
@alexanderververis Looks like qt didn't build quite right. As @cjpartridgeb said, try my branch (clean everything down first) Pay attention to what happens near the end of compile_qt.sh - it...
Link to a (hopefully) working binary. Compiled on Ubuntu 12.04. May or may not contain the rendering tweaks - I'll get a more recent build up sometime. https://s3.amazonaws.com/node-chimera-binary/node-chimera-ununtu-12.04-2013-06-13.zip
@krakatoa Yes, download the phantom source and copy the qt folder to the chimera/qt. - libQTWebkit.a I think was a tweak to the qt compile script: https://github.com/dhendo/node-chimera/blob/master/scripts/compile_qt.sh#L132 - libfontconfig -...
Notes: - These changes were coded against the qt 4.8 version, and on the whole worked OK. I've been having issues getting qt5 built on Ubuntu 12.04, so I haven't...
Gist: https://gist.github.com/dhendo/6020429
Great - I'd love to get this working in production - currently I'm using Phantom + websockets (as a communications channel) to convert a given snippet of HTML to a...
I'm guessing this is the one: https://github.com/digitalbazaar/forge
I'm hoping so - I have a project that has been getting closer for a while that could really do with being able to render a snippet of html, on...
Hi Guys, can you edit lib/main.js to add the console.log(e) and return if webkit isn't instantiated as in https://github.com/dhendo/node-chimera/blob/build-on-ubuntu64/lib/main.js and run examples/example.js and post the output? I'm currently getting ```...