Trying to run rtklib on ubuntu 16.04.2 and getting this
$ ./rtkplot_qt: error while loading shared libraries: libQt5WebEngineWidgets.so.5: cannot open shared object file: No such file or directory
I'm guessing I need to install libqt5? If so how to install it can someone give me some instruction?
sudo apt update
, aftersudo apt install libqt libqt5webenginewidgets5
– Grisotto Jan 25 '18 at 02:00libqt5webenginewidgets5
package. @lightscout, please edit you question with complete steps to reproduce and write where you gotrtklib
. – N0rbert Jan 25 '18 at 09:51