Great!
But I got this error in Ubuntu 18.04:
./ascension-qt: error while loading shared libraries: libqrencode.so.3: cannot open shared object file: No such file or directory
Had to do this:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qrencode
And now it works.
Thank you for this. Yes, Ubuntu 18.04 requires qrencode and qt5:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qrencode
.
Ubuntu 14.04 and 16.04 only require qrencode:
sudo apt-get install qrencode