| Installation |
![]() |
![]() |
Installation process is quite easy.
root@host# apt-get install libqt3-dev
root@host# apt-get install libqt3-mt-dev
Any version should be enough to compile FSME, but I recommend Qt >=3.2.x
due to some .ui issues.
/usr/share/qt3. If you compiled Qt yourself, specify
it's top directory, e.g. /usr/local/qt-x11-free-3.2.2.
Example:
export QTDIR=/usr/share/qt3
On systems with old Qt installation, you can get the following message: uic: File generated with too recent version of Qt Designer (3.2 vs. 3.1.x)In this case I recommend to upgrade Qt to 3.2.x or higher. This should not cause any problems, as newer versions are binary compatible with old ones. If you cannot upgrade for some reasons, apply this patch to tweak file versions. But I do not guarantee successful compilation and work in this case. |