User Tools

Site Tools


tutorials:common:development:qt_set_up_on_cubieboard

This is an old revision of the document!


Qt Set Up On Cubieboard

About this Article

Abstract

Install

1.install qtcreator

sudo apt-get install qtcreator

2.download QT lib from http://qt-project.org/downloads, in this guide use below

3. install lib

 sudo apt-get install mesa-common-dev  freeglut3 freeglut3-dev libqglviewer-dev-common

4. configure QT lib

mkdir -p /usr/local/qt/
./configure -no-pch -opengl --prefix=/usr/local/qt/

5. compile and install

make
make install

Headline

Headline

See Also

tutorials/common/development/qt_set_up_on_cubieboard.1405150466.txt.gz · Last modified: 2014/07/12 15:34 by allen