torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
556 stars 484 forks source link

Compatibility with Arch Linux. qtwebkit deprecated, using qt5-webkit-… #214

Closed politeles closed 7 years ago

politeles commented 7 years ago

…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:

ipython qt4 qt5-webkit-ng || exit 1

I've compiled it and it's working. Regards, José Enrique