> Hi Roger,
>
> Do you have any updates worth sharing?
Still working on CEF investigation.
> Have you had a chance to create the needed parts for a 64 bit Ubuntu?
not yet ... just rebuilding and packaging will do. Will keep you posted
here. Or you may want to build it from source in 64bit ubuntu yourself
before that:
https://github.com/rogerwang/webkit-node
--
Roger WANG Intel Open Source Technology Center
>> Have you had a chance to create the needed parts for a 64 bit Ubuntu?
> not yet ... just rebuilding and packaging will do. Will keep you posted
> here. Or you may want to build it from source in 64bit ubuntu yourself
> before that:
You are right, and that's why binary packages are provided. Currently
packages are provided only for Debian sid and Ubuntu 11.10 and 11.04
i386. We are trying to set up infrastructure to build for more
distributions and architectures automatically but that's not ready for
now.
We keep the whole WebKit repo to work with upstream and do rebasing
regularly. For those who don't care the development much, a shallow
clone can be done to save some bandwidth, or download the latest commit
as a tarball from github.
btw, the webkit should be built at least with the following configurations:
./autogen.sh --with-jsengine=v8 --enable-nodejs-build --with-gtk=2.0
Hello,
64bit binaries were just uploaded for Ubuntu oneiric. You can add the
following line to your sources.list:
deb http://libwebkitnode.s3.amazonaws.com/ oneiric/
Thanks