Wiki home
Editing page "
qt4
"
Base on previous version:
0
-
692
-
734
-
857
-
1795
-
2739
-
2920
-
2921
-
3995
-
5443
wget -c [link]http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz[/link] tar -xzf qt-everywhere-opensource-src-4.8.4.tar.gz cd qt-everywhere-opensource-src-4.8.4 # Erase blobs (they wouldn't be used anyway) rm -rf src/gui/mac/qt_menu.nib/keyedobjects.nib \ src/3rdparty/webkit/Examples/NetscapeCoreAnimationPlugin/Composition.qtz \ src/plugins/sqldrivers/sqlite_symbian/SQLite3_v9.2.zip \ configure.exe # yes to "accept" the GPL (it only applies to sharing, not downloading/building, so it doesn't matter here), use qt's old bundled libpng because qt4 uses deprecated API which is no longer provided in recent libpng, it seems to be similar with webkit yes | ./configure --prefix="/usr" -opensource -qt-libpng -qt-webkit make # Doesn't mind -j# make install
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page