diff --git a/doc/FAQ.html b/doc/FAQ.html index d017cfe7..51dc2b19 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -11,6 +11,8 @@ a:hover { background-color: #CCCCCC; } a:active { color: #551A8B; } a:visited { color: #0000EE; } .code { background-color: #EAEAEA; } +.diff_del { color: #660000; background-color: #FF6666; } +.diff_add { color: #006600; background-color: #66FF66; } --> @@ -61,7 +63,8 @@ a:visited { color: #0000EE; }
  • Where can I submit bug reports or feature requests?
  • What programming language is LameXP written in?
  • Where can I find the LameXP source code? -
  • What are the prerequisites to build LameXP from the sources? +
  • What are the prerequisites to build LameXP from the sources? +
  • How do I compile latest Qt as 'static' libraries?

    @@ -926,7 +929,8 @@ LameXP is currently being developed using the following build environment:
    @@ -941,31 +945,44 @@ In order to use the LameXP deployment scripts you need the following tools:
    <
  • Aero plug-in
  • UPX - the Ultimate Packer for eXecutables
  • MPRESS - high-performance executable packer for PE32/PE32+ -
  • GnuPG - the GNU Privacy Guard v1.4.x
    +
  • GnuPG - the GNU Privacy Guard v1.4.x
  • NOTE: Copy buildenv.template.txt to buildenv.txt and edit the paths as needed! + +

    + +How do I compile latest Qt as 'static' libraries?

    -Instructions to build Qt as 'static' libraries:


    eof