Add libxkbcommon to BUILDING_FROM_SOURCE

This commit is contained in:
Richard Feldman 2021-09-12 00:09:37 -04:00 committed by GitHub
parent d09faad2c1
commit 9a12ad5dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ To build the compiler, you need these installed:
* Python 2.7 (Windows only), `python-is-python3` (Ubuntu)
* [Zig](https://ziglang.org/), see below for version
* `libxkbcommon` - macOS seems to have it already; on Ubuntu or Debian you can get it with `apt-get install libxkbcommon-dev`
* LLVM, see below for version
To run the test suite (via `cargo test`), you additionally need to install: