Hi,
I'm working on Arch Linux. Apparently the support for qtwebkit was removed from the official repos.
See: https://bbs.archlinux.org/viewtopic.php?id=223045
I found there that the new package qt5-webkit-ng is compatible with the previous one.
The only modification needed is on file install-deps, line 271:
ipython qt4 qt5-webkit-ng || exit 1
I've compiled it and it's working.
Regards,
José Enrique
…ng instead
Hi, I'm working on Arch Linux. Apparently the support for qtwebkit was removed from the official repos. See: https://bbs.archlinux.org/viewtopic.php?id=223045 I found there that the new package qt5-webkit-ng is compatible with the previous one.
The only modification needed is on file install-deps, line 271:
I've compiled it and it's working. Regards, José Enrique