Add requirements section in README

This commit is contained in:
Simon Warta
2014-01-28 22:38:20 +01:00
parent 3c7317cd97
commit 80bb853911
+7 -1
View File
@@ -25,7 +25,13 @@ After installing/compiling it you need to download docsets. It can be done autom
## How to compile
If you prefer to compile Zeal manually, currently it requires Qt 5.0. To compile it, run `qmake` and `make` in the `zeal` directory.
If you prefer to compile Zeal manually.
### Requirements
* Qt 5.0
* X C Binding keysyms (Ubuntu `libxcb-keysyms1-dev`)
To compile it, run `qmake` and `make` in the `zeal` directory.
## TODO