1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Update list of dependencies with pkg-config

This commit is contained in:
Erik Edrosa 2016-03-12 23:47:19 -05:00
parent be2f9501f8
commit e236a58f2e

View File

@ -42,7 +42,7 @@
## Dependencies
| Name | Version | Modules |
|--------------|-------------|-------------------------------------------------- |
|---------------|-------------|-------------------------------------------------- |
| Qt | >= 5.3.0 | core, gui, network, opengl, sql, svg, widget, xml |
| GCC/MinGW | >= 4.8 | C++11 enabled |
| toxcore | most recent | core, av |
@ -52,7 +52,7 @@
| qrencode | >= 3.0.3 | |
| sqlcipher | >= 3.2.0 | |
| libXScrnSaver | >= 1.2 | |
| pkg-config | >= 0.28 | |
<a name="linux" />