From af82c1d0b65fe333f1264c0ffaab7ef0930e74b8 Mon Sep 17 00:00:00 2001 From: Tvangeste Date: Thu, 11 Jul 2013 22:15:47 +0200 Subject: [PATCH] README: Add missing dependencies Git and libqtwebkit-dev are listed now explicitly. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e9d71f3..dfe168a0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This code has been run and tested on Windows XP/Vista/7, Ubuntu Linux, Mac OS X. ### External Deps -* Make, GCC +* Make, GCC, Git * Qt framework 4.7.* or 4.8.* * Qt Creator IDE is recommended for development * Various libraries on Linux (png, zlib, etc) @@ -16,9 +16,9 @@ This code has been run and tested on Windows XP/Vista/7, Ubuntu Linux, Mac OS X. ### Installing External Deps on Ubuntu Linux - sudo apt-get install pkg-config build-essential qt4-qmake \ + sudo apt-get install git pkg-config build-essential qt4-qmake \ libvorbis-dev zlib1g-dev libhunspell-dev x11proto-record-dev \ - qt4-qmake libqt4-dev libxtst-dev liblzo2-dev libbz2-dev \ + qt4-qmake libqt4-dev libqtwebkit-dev libxtst-dev liblzo2-dev libbz2-dev \ libao-dev libavutil-dev libavformat-dev ## How to build