Difference between revisions of "QTWebkit"
Jump to navigation
Jump to search
(Created page with "Required packages for installation on ubuntu 11.10 x64 server: ia32-libs libgl1-mesa-dev libglib-dev") |
|||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Required packages for installation on ubuntu 11.10 x64 server: | Required packages for installation on ubuntu 11.10 x64 server: | ||
+ | |||
+ | QT: | ||
+ | |||
+ | Configure: | ||
ia32-libs | ia32-libs | ||
libgl1-mesa-dev | libgl1-mesa-dev | ||
libglib-dev | libglib-dev | ||
+ | libc6-dev-i386 | ||
+ | libsqlite3-dev | ||
+ | g++-multilib | ||
+ | binutil-multiarch | ||
+ | libglib2.0.0 | ||
+ | libglib2.0-dev | ||
+ | libsqlite-dev | ||
+ | sqlite | ||
+ | libxext-dev | ||
+ | libgl1-mesa-dev | ||
+ | x11proto-gl-dev | ||
+ | |||
+ | |||
+ | Make: | ||
+ | |||
+ | libfreetype6 | ||
+ | libfreetype6-dev | ||
+ | gdb | ||
+ | freeglut3-dev | ||
+ | |||
+ | Webkit (WIP): | ||
+ | |||
+ | bison | ||
+ | autoconf | ||
+ | gperf | ||
+ | libicu-dev | ||
+ | libgail-3-dev | ||
+ | libsoup2.4-dev |
Latest revision as of 18:43, 15 February 2012
Required packages for installation on ubuntu 11.10 x64 server:
QT:
Configure:
ia32-libs libgl1-mesa-dev libglib-dev libc6-dev-i386 libsqlite3-dev g++-multilib binutil-multiarch libglib2.0.0 libglib2.0-dev libsqlite-dev sqlite libxext-dev libgl1-mesa-dev x11proto-gl-dev
Make:
libfreetype6 libfreetype6-dev gdb freeglut3-dev
Webkit (WIP):
bison autoconf gperf libicu-dev libgail-3-dev libsoup2.4-dev