diff --git a/README.md b/README.md index 33951e0..e879929 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ Below is a proposed list of milestones (roughly in-order) and their status. Subj | Parent window support | | | | | *(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 Licensed under either of Apache License, Version @@ -27,4 +37,4 @@ Licensed under either of Apache License, Version 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 -dual licensed as above, without any additional terms or conditions. +dual licensed as above, without any additional terms or conditions. \ No newline at end of file