Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

User:Pau pajuelo

15 bytes removed, 13:04, 20 August 2012
m
no edit summary
Upgrade <span dir="ltr">IGEP Technology Devices Guides</span>
= How to install Qt Creator (under construction)
== Overview ==
Maybe you want to install build essential to test programs in your Host computer. Install it using the next command:
<pre>sudo apt-get install build-essential </pre> 
=== Installations steps ===
You should now be able to execute the file as normal. You can do this from the command line by typing:
<pre>./&lt;downloaded_file.run&gt; </pre>
 Now follow this steps to install Qt Creator
{| cellspacing="1" cellpadding="1" border="1" width="200"
|}
'''<sup>Click to enlarge image</sup>'''
== Configure Yocto SDK ==
By default Qt-Creator can compile programs for x86 systems and Harmattan platforms. Now, you need to add support for IGEP Platform using Yocto SDK.
=== Install Yocto SDK ===
{{#lst:How to setup a cross compiler|install_sdk}}
=== Add extra environment variables ===
|}
Now, you should run qtcreator.sh script to start up Qt-Creator.
=== Add Gpp, Gdb and Qmake to SDK. ===
Compiler path: /opt/poky/1.2/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++
Debugger: /opt/poky/1.2/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-gdb
== How to develop with Qt under IGEP Technology ==
4,199
edits