From 2e7732aec7ef4748b617d0d791f99e1ffebcb08d Mon Sep 17 00:00:00 2001 From: Phil Eichinger Date: Fri, 13 Nov 2015 08:37:41 +0100 Subject: [PATCH] README: update Linux build dependencies Tested on Debian Jessie --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b14bbc4da..2e8c8fd1f 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,12 @@ Building for Linux ------------------ Requirements: * build-essential -* libasound +* libasound2 * libegl1-mesa-dev * libgles2-mesa-dev * libasound2-dev +* mesa-common-dev +* libgl1-mesa-dev From project root directory: