Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

User:Pau pajuelo

941 bytes added, 17:26, 14 August 2012
m
no edit summary
= How to install Qt Creator (under construction) =
== Overview == This guide can be helpful to install and configure Qt SDK to develop applications for IGEP Boardsin your Linux Operating system. Qt is a cross-platform application framework that is widely used for developing application software with a graphical user interface, and also used for developing non-GUI programs such as command-line tools and consoles for servers. You can get more information [http://qt.nokia.com/ here].  == Requirements == *PC with Linux, for example Ubuntu distribution. *IGEP YOCTO Toolchain SDK == Install Qt SDK (Qt-Creator) == === Before install ===Download the latest release of Qt SDK: http://qt.nokia.com/downloads. Chose Linux Operating System and 32 or 64 bits installer depends your machine. We recommend to use the Offline Installer because its faster than the other oneMaybe you want to install build essential to test programs in your Host computer. Install using the next command:<pre>sudo apt-get install build-essential </pre>=== Installations steps ===You need to make the downloaded file executable in order to run it. You can either do this with your desktop's file manager or, at the command line, type:<pre>chmod u+x <downloaded_file.run></pre>You should now be able to execute the file as normal. You can do this from the command line by typing:<pre>./<downloaded_file.run> </pre><br>
= How to install Eclipse (under construction) =
4,199
edits