andrewd18 / df-lnp-installer

An installation script for the Dwarf Fortress Lazy Newb Pack, for Linux.
Other
93 stars 35 forks source link

Installer cannot find qmake-qt5 #65

Open ghost opened 10 years ago

ghost commented 10 years ago
Distributor ID: Ubuntu
Description:    Ubuntu 14.04 LTS
Release:    14.04
Codename:   trusty
3.13.0-29-generic

The installer looks for /usr/lib/x86_64-linux-gnu/qt5/bin/qmake-qt5, but cannot find it. Installing qt5-default does not solve this issue.

Symbolically linking to what was actually installed solves it, but it is an extra manual step:

sudo ln -s /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /usr/bin/qmake-qt5