zdzhaoyong / GSLAM

A General Simultaneous Localization and Mapping Framework which supports feature based or direct method and different sensors including monocular camera, RGB-D sensors or any other input types can be handled.
BSD 2-Clause "Simplified" License
1.03k stars 269 forks source link

Installation in Ubuntu 16.04 - libqt4-core, dev, gui doesn't exist anymore #24

Closed Keudeugi closed 6 years ago

Keudeugi commented 6 years ago

Hi, title says all.

However that packages(i.e., libqt4-blah) just changed its names as starting with 'libqt', and ends with '4', which should be formed as libqtblah4.

In other words, It would be better to change Qt installation guides from Qt : sudo apt-get install build-essential g++ libqt4-core libqt4-dev libqt4-gui qt4-doc qt4-designer

to Qt : sudo apt-get install build-essential g++ libqtcore4 libqtdev4 libqtgui4 qt4-doc qt4-designer

zdzhaoyong commented 6 years ago

Now both Qt4 and Qt5 works now.