Updated documents.
This commit is contained in:
parent
f9890315b4
commit
703297c665
@ -22,7 +22,8 @@ a:visited { color: #0000EE; }
|
||||
<li>Updated Qt runtime libraries to v4.8.3 (2012-09-13), compiled with MSVC 10.0
|
||||
<li>Updated MediaInfo to v0.7.60 (2012-09-07), compiled with ICL 12.1.7 and MSVC 10.0
|
||||
<li>Fixed a bug with the "Store temporary files in your system's default TEMP director" checkbox
|
||||
<li>Reworked the "About..." dialog (now using a custom dialog instead of message boxes)
|
||||
<li>Fixed a regression in Qt v4.8.3 that broke Drag&Drop support (<a href="https://bugreports.qt-project.org/browse/QTBUG-27265" target="_blank">details #1</a>) (<a href="https://codereview.qt-project.org/35297" target="_blank">details #2</a>)
|
||||
<li>Reworked the "About..." dialog – now using a custom dialog instead of message boxes
|
||||
</ul><br>
|
||||
|
||||
<a name="4.05"></a>Changes between v4.04 and v4.05 [2012-09-03]:<br><ul>
|
||||
|
@ -918,11 +918,11 @@ LameXP is currently being developed using the following build environment:<br><u
|
||||
<li>The minimum supported build platform is Windows XP with Service Pack 2</ul>
|
||||
<br>
|
||||
Also note the following hints:<br><ul>
|
||||
<li>Run "qtvars.bat" before launching Visual Studio in order to set up the Qt environment
|
||||
<li>Run "qtvars.bat" (or "qtenv2.bat") before launching Visual Studio in order to set up the Qt environment
|
||||
<li>Visual Studio 2008 solution/project files are still provided for people targeting Windows 2000
|
||||
<li>In order to make a "fully static" build of LameXP, you need to compile Qt as 'static' libraries
|
||||
<li>In order to make "fully static" builds of LameXP, you need to compile/download <a href="http://sourceforge.net/projects/lamexp/files/Miscellaneous/Qt%20Libraries/" target="_blank">Qt as 'static' libraries</a>
|
||||
<li>The Windows Platform SDK v6.0A should work as well, but there may be a few limitations
|
||||
<li>Only the "fully static" builds may still run on Windows 2000, due to workarounds we implemented
|
||||
<li>Only the "fully static" builds may still run on Windows 2000, due to <a href="http://code.google.com/p/mulder/source/browse/trunk/Utils/EncodePointerLib/README.txt" target="_blank">workarounds</a> we implemented
|
||||
<li>Support for the GNU Toolchain (GCC/MinGW + Make) is planned for a future version</ul>
|
||||
<br>
|
||||
In order to use the LameXP deployment scripts you need the following tools:<br><ul>
|
||||
@ -938,7 +938,7 @@ In order to use the LameXP deployment scripts you need the following tools:<br><
|
||||
<li><a href="ftp://ftp.gnupg.org/gcrypt/binary/" target="_blank">GnuPG</a> - the GNU Privacy Guard v1.4.x<div style="height:7px"></div>
|
||||
<li>NOTE: Copy 'buildenv.template.txt' to 'buildenv.txt' and edit the paths as needed!</ul>
|
||||
<br>
|
||||
Instructions to build Qt as 'static' libraries:<br><ul>
|
||||
Instructions to build <a href="http://sourceforge.net/projects/lamexp/files/Miscellaneous/Qt%20Libraries/" target="_blank">Qt as 'static' libraries</a>:<br><ul>
|
||||
<li>Make sure Visual Studio 2010 and Strawberry Perl for Windows are installed
|
||||
<li>Download and extract the Qt 4.8.2 source code package
|
||||
<li>Open a new command window (cmd.exe)
|
||||
|
Binary file not shown.
@ -29,8 +29,8 @@
|
||||
#define VER_LAMEXP_MINOR_HI 0
|
||||
#define VER_LAMEXP_MINOR_LO 6
|
||||
#define VER_LAMEXP_TYPE Alpha
|
||||
#define VER_LAMEXP_PATCH 2
|
||||
#define VER_LAMEXP_BUILD 1127
|
||||
#define VER_LAMEXP_PATCH 3
|
||||
#define VER_LAMEXP_BUILD 1130
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Tool versions (minimum expected versions!)
|
||||
|
Loading…
Reference in New Issue
Block a user