mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
README: Add missing dependencies
Git and libqtwebkit-dev are listed now explicitly.
This commit is contained in:
parent
44a7687d6c
commit
af82c1d0b6
|
@ -8,7 +8,7 @@ This code has been run and tested on Windows XP/Vista/7, Ubuntu Linux, Mac OS X.
|
||||||
|
|
||||||
### External Deps
|
### External Deps
|
||||||
|
|
||||||
* Make, GCC
|
* Make, GCC, Git
|
||||||
* Qt framework 4.7.* or 4.8.*
|
* Qt framework 4.7.* or 4.8.*
|
||||||
* Qt Creator IDE is recommended for development
|
* Qt Creator IDE is recommended for development
|
||||||
* Various libraries on Linux (png, zlib, etc)
|
* 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
|
### 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 \
|
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
|
libao-dev libavutil-dev libavformat-dev
|
||||||
|
|
||||||
## How to build
|
## How to build
|
||||||
|
|
Loading…
Reference in a new issue