The Biggest change for me of this release is there are already setted default_load_flags = FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH and have not to change this flag like this article.
I again show the installation of both products:
Download Qt 4.7.0 Beta 1
# tar -zxvf qt-everywhere-opensource-src-4.7.0-beta1.tar.gz # cd qt-everywhere-opensource-src-4.7.0-beta1 # ./configure -declarative -optimized-qmake -nomake demos -nomake examples \ -no-qt3support -no-gtkstyle -system-sqlite -qt-sql-sqlite \ -opensource -prefix /opt/Qt-4.7.0 # gmake # gmake install
Download QtCreator 2.0 Beta 1
# chmod +x qt-creator-linux-x86-opensource-2.0.0-beta1.bin # ./qt-creator-linux-x86-opensource-2.0.0-beta1.bin
No comments:
Post a Comment