torch / distro

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

Installation on Archlinux fails because of dependency "qt5-webkit-ng" does not exist #231

Closed berserkingyadis closed 7 years ago

berserkingyadis commented 7 years ago

On 64bit Archlinux the script install-deps tries to install the package "qt5-webkit-ng", which does not exist anymore.

According to the Archlinux website, it got replaced by qt5-webkit

I tried changing the above linked line in install-deps to the new package and everything installed fine, but this should be tested by others I think.

nickalaskreynolds commented 7 years ago

I also ran into the same error, so I just changed the line in the install-deps too.

freeboson commented 7 years ago

Same here. I fixed this in #234.