diff options
Diffstat (limited to 'doc/html/emb-install.html')
-rw-r--r-- | doc/html/emb-install.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/emb-install.html b/doc/html/emb-install.html index b9c336727..9d2d43349 100644 --- a/doc/html/emb-install.html +++ b/doc/html/emb-install.html @@ -48,7 +48,7 @@ Replace <tt>VERSION</tt> with the TQt/Embedded version number throughout. <li> Compile the TQt/Embedded library and examples. <p> <pre> cd ~/qt-embedded-commercial-VERSION - export QTDIR=~/qt-embedded-commercial-VERSION + export TQTDIR=~/qt-embedded-commercial-VERSION ./configure make </pre> @@ -70,7 +70,7 @@ as a starting point. a little-endian machine (e.g. x86) for a big-endian processor (e.g. PowerPC) will use the host's endianness instead of the target's. Workaround: after running configure, and before running -make, edit <tt>$QTDIR/include/ntqconfig.h</tt> and change the definition of +make, edit <tt>$TQTDIR/include/ntqconfig.h</tt> and change the definition of <tt>Q_BYTE_ORDER</tt>. <p> <li> Enable framebuffer support. <p> You may need to recompile your kernel to enable the framebuffer. |