source: trunk/doc/src/snippets/code/doc_src_emb-install.qdoc@ 244

Last change on this file since 244 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 515 bytes
Line 
1//! [0]
2cd <anywhere>
3gunzip qt-embedded-linux-commercial-src-4.5.1.tar.gz
4tar xf qt-embedded-linux-commercial-src-4.5.1.tar
5//! [0]
6
7
8//! [1]
9~/qt-embedded-linux-commercial-src-4.5.1
10//! [1]
11
12
13//! [2]
14cd ~/qt-embedded-linux-commercial-src-4.5.1
15./configure -embedded [architecture]
16//! [2]
17
18
19//! [3]
20make
21//! [3]
22
23
24//! [4]
25su -c "make install"
26//! [4]
27
28
29//! [5]
30PATH=/usr/local/Trolltech/QtEmbedded-4.5.1/bin:$PATH
31export PATH
32//! [5]
33
34
35//! [6]
36setenv PATH /usr/local/Trolltech/QtEmbedded-4.5.1/bin:$PATH
37//! [6]
Note: See TracBrowser for help on using the repository browser.