1
0
Fork 0

README: add Linux installation prerequisites

This commit is contained in:
Joakim Frostegård 2020-11-14 16:44:55 +01:00
parent dd3f85b347
commit f8c994a23c

View file

@ -20,6 +20,16 @@ Below is a proposed list of milestones (roughly in-order) and their status. Subj
| Parent window support | | | | | Parent window support | | | |
| *(Converge on a common API for all platforms?)* | | | | | *(Converge on a common API for all platforms?)* | | | |
## Prerequisites
### Linux
Install dependencies, e.g.,
```sh
sudo apt-get install libx11-dev libxcursor-dev libxcb-dri2-0-dev libxcb-icccm4-dev libx11-xcb-dev
```
## License ## License
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
@ -27,4 +37,4 @@ Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
Unless you explicitly state otherwise, any contribution intentionally submitted Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Baseview by you, as defined in the Apache-2.0 license, shall be for inclusion in Baseview by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions. dual licensed as above, without any additional terms or conditions.