From 3e98ce7f85f06e95ad121c6f541d14464d85919e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 16:03:48 +0900 Subject: qt -> tqt conversion: QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro --- doc/html/emb-install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/emb-install.html') 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 VERSION with the TQt/Embedded version number throughout.
  • Compile the TQt/Embedded library and examples.

         cd ~/qt-embedded-commercial-VERSION
    -    export QTDIR=~/qt-embedded-commercial-VERSION
    +    export TQTDIR=~/qt-embedded-commercial-VERSION
         ./configure
         make
     
    @@ -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 $QTDIR/include/ntqconfig.h and change the definition of +make, edit $TQTDIR/include/ntqconfig.h and change the definition of Q_BYTE_ORDER.

  • Enable framebuffer support.

    You may need to recompile your kernel to enable the framebuffer. -- cgit v1.2.1