Changes between Version 70 and Version 71 of QtWebKitJournal


Ignore:
Timestamp:
Mar 13, 2010 7:25:10 AM (14 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitJournal

    v70 v71  
    11= 2010 =
     2
     3== Weekly Build Week 10 ==
     4
     5This week's binary build from the trunk includes Symbian, Windows/Visual Studio 2008, Mac OS X, Linux/X11 (x86) and Maemo 5 (arm) builds. The last commit is SVN revision 55961.
     6
     7'''DISCLAIMER: These binaries are UNTESTED. Use at your own risk! '''
     8
     9
     10  * Symbian:
     11    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week10/qtlauncher-2.0-symbian.sis QtLauncher]
     12    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week10/qtwebkit-2.0-symbian.sis QtWebKit]
     13  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week10/qtwebkit-2.0-linux-g++-32.tgz Linux/X11 x86]
     14  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week10/qtwebkit-2.0-maemo5.tgz Maemo5 arm]
     15  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week10/qtwebkit-2.0-macx-g++-cocoa.tgz Mac OS X]
     16  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week10/qtwebkit-2.0-win32-msvc2008.zip Windows/Visual Studio 2008]
     17  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week10/qtwebkit-source-2.0.tar.gz Sources]
     18
     19Changes in this build since last week:
     20
     21  * The Linux and Maemo 5 builds are linked using the ELF origin feature, removing the need for the launcher.sh script. You can simply run QtLauncher directly.
     22  * The Windows build is now a release build, depending on the vc 2008 _release_ run-time instead of the debug one. The vcredist trick mentioned in last week's known issues should work.
     23  * New is a Maemo 5 build, which at this point is just a tarball of the binaries. You need to log into your N900 via ssh and untar + run it from the terminal. I'd like to create debian packages in the future.
     24
     25Known issues:
     26
     27  * You need to have Qt 4.6 installed on your system and set your PATH/LD_LIBRARY_PATH accordingly, so that QtLauncher can find the Qt libraries.
     28  * QtLauncher crashes on exit on Mac OS X
     29  * On Symbian qtwebkit.sis is self-signed. After installing [http://labs.trolltech.com/blogs/2010/02/15/qt-for-symbian-and-the-nokia-smart-installer-beta/ Qt for Symbian] you have to uninstall the qtwebkit.sis that was signed by Nokia in order to be able to installed the selfsigned packages.
    230
    331== Weekly Build Week 9 ==
     
    2048  * You need to have Qt 4.6 installed on your system and set your PATH/LD_LIBRARY_PATH accordingly, so that QtLauncher can find the Qt libraries.
    2149  * QtLauncher crashes on exit on Mac OS X
    22   * On Windows you may need Visual Studio 2008 runtimes. These can be obtained by installing the Visual Studio 2008 Express edition. Alternative I _think_ it's sufficne to install the 2008 runtimes via vcredist_x86.exe once. You can download the runtimes from http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en
     50  * On Windows you may need Visual Studio 2008 runtimes. These can be obtained by installing the Visual Studio 2008 Express edition. Alternative I _think_ it's sufficient to install the 2008 runtimes via vcredist_x86.exe once. You can download the runtimes from http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en
    2351  * On Linux and Mac OS X, use launcher.sh to start QtLauncher.
    2452  * On Symbian qtwebkit.sis is self-signed. After installing [http://labs.trolltech.com/blogs/2010/02/15/qt-for-symbian-and-the-nokia-smart-installer-beta/ Qt for Symbian] you have to uninstall the qtwebkit.sis that was signed by Nokia in order to be able to installed the selfsigned packages.