Magic Lantern Developer Wiki
Build Cross-platform Applications
Status: Beta
Brought to you by:
wizzerworks
This documentation discusses how to set up a Qt target for the Ubuntu 14.04 LTS 64-bit platform.
To install Qt on the Ubuntu 14.04 LTS 64-bit platform, do the following:
Installing QtCreator via Ubuntu Software Center will install the Qt5.2.1 SDK by default.
The QtCreator installation does not install example code and documentation. So, do the following:
sudo apt-get install qtbase5-examples qtbase5-doc-html qt5-doc qt5-doc-html
sudo apt-get update
sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui qt4-demos qt4-doc qt4-doc-html
TBD - describe how to do this.
TBD - describe how to do this.