Changes between Version 102 and Version 103 of EFLWebKit
- Timestamp:
- Jun 25, 2013 5:04:20 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKit
v102 v103 50 50 === Dependencies === 51 51 52 Below is a list of Debian package names you will need to install. 53 54 * bison (v2.4.1+) 55 * cmake (v2.8.3+) 56 * flex (v2.5.34+) 57 * gperf (v3.0.3+) 58 * gtk-doc-tools 59 * subversion 60 * ruby (v1.8.7+) 61 * g++ 62 63 * libicu-dev 64 * libxslt1-dev 65 * libsqlite3-dev 66 * libjpeg-dev 67 * libpng-dev 68 * libxt-dev 69 * libgl1-mesa-dev 70 * libgnutls-dev (v2.12.14+) 71 * libdbus-1-dev 72 * libudev-dev 73 * liblua5.1-0-dev 74 * ragel (for harfbuzz) 75 * libfreetype6-dev 76 * libffi-dev 77 * libtiff4-dev 78 * libenchant-dev 79 * libxcomposite-dev 80 * libatk1.0-dev 81 * libtheora-dev 82 * libvorbis-dev 83 * libfaad-dev 84 * libpulse-dev 85 * libxrender-dev 86 * libp11-kit-dev 87 * libgpg-error-dev 88 * libgcrypt11-dev 89 90 {{{ sudo apt-get install bison cmake flex g++ gperf gtk-doc-tools subversion ruby libicu-dev libxslt1-dev libsqlite3-dev libjpeg-dev libpng-dev libxt-dev libgl1-mesa-dev libgnutls-dev libdbus-1-dev libudev-dev liblua5.1-0-dev ragel libfreetype6-dev libffi-dev libtiff4-dev libenchant-dev libxcomposite-dev libatk1.0-dev libtheora-dev libvorbis-dev libfaad-dev libpulse-dev libxrender-dev libp11-kit-dev libgpg-error-dev libgcrypt11-dev}}} 52 Install the base EFLWebKit dependencies: 53 {{{ 54 $ Tools/efl/install-dependencies 55 }}} 91 56 92 57 If for some reason, you're not planning to use the dependencies for the EFL port that are pulled in via jhbuild, please make sure that (after [https://bugs.webkit.org/show_bug.cgi?id=91864 bug 91864 lands] you have an installed version of harfbuzz-ng on your system as well. Unfortunately, it usually doesn't come packaged with your distro, so grab it from http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.2.tar.bz2 , build and install it manually.