From f8c994a23c85c0ec87aabe681e25e944c8a27277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 14 Nov 2020 16:44:55 +0100 Subject: [PATCH] README: add Linux installation prerequisites --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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