Add debian packages for libxcb development headers.

This commit is contained in:
Abhilash Raj
2019-07-31 17:29:21 -07:00
committed by GitHub
parent f4c640ca2b
commit 7faa987fcb

View File

@@ -25,6 +25,12 @@ future. Contributions welcome, but please be kind ;)
* A Spotify premium account
* pkg-config
On Debian based system you want following packages for `libxcb` developement headers:
```
sudo apt install libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
```
## Usage
* Build using `cargo build --release`