diff options
author | 2022-07-25 23:36:19 +0530 | |
---|---|---|
committer | 2022-07-25 23:36:19 +0530 | |
commit | 21d1cecdb0a8a67eaee2c496d6a4b9dbe164626d (patch) | |
tree | e205069386e26fc94794d18ef397ac2ab267690e /README.md | |
parent | 0d3bd4667fe30673cbffa71f96497cced8f43072 (diff) | |
download | whatsie-21d1cecdb0a8a67eaee2c496d6a4b9dbe164626d.tar.gz whatsie-21d1cecdb0a8a67eaee2c496d6a4b9dbe164626d.zip |
Update README.md
add libx11-xcb-dev as dev dependency
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ The source code can be built using the regular Qt application development proced ### Build requirements - git (to clone repo) - - libx11-dev (required for x11 XKB module support at build time) + - libx11-dev libx11-xcb-dev (required for x11 XKB module support at build time) - Qt => 5.9 (5.15 recommended) with the following modules installed with development headers (lib*-dev packages on Ubuntu) + webengine + webenginewidgets |